Skip to content

Commit 18c5a14

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates
Bumps the github-actions-dependencies group with 1 update in the / directory: [hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml](https://github.com/hoverkraft-tech/ci-github-publish). Bumps the github-actions-dependencies group with 1 update in the /actions/setup-node directory: [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml` from 0.23.0 to 0.23.1 - [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases) - [Commits](hoverkraft-tech/ci-github-publish@48e0c54...91a69c7) Updates `pnpm/action-setup` from 6.0.3 to 6.0.4 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@903f9c1...26f6d4f) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: pnpm/action-setup dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9f77c58 commit 18c5a14

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/__main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
release:
3636
needs: ci
3737
if: github.event_name != 'schedule'
38-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@48e0c54489152b98d9e18f0454ccce120e9d0fd1 # 0.23.0
38+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@91a69c7a9730d3ec2886a80681dbb67634c70970 # 0.23.1
3939
permissions:
4040
contents: read
4141
with:

actions/setup-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ runs:
120120
core.debug('packageManager field missing; defaulting pnpm version to latest');
121121
core.setOutput('pnpm-version', 'latest');
122122
123-
- uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6.0.3
123+
- uses: pnpm/action-setup@26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a # v6.0.4
124124
if: steps.get-package-manager.outputs.package-manager == 'pnpm'
125125
with:
126126
version: ${{ steps.get-pnpm-version.outputs.pnpm-version }}

0 commit comments

Comments
 (0)