Skip to content

Commit a6f2e32

Browse files
build(deps): bump pnpm/action-setup from 6.0.8 to 6.0.9 (#93)
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.8 to 6.0.9. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@0e279bb...0ebf471) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b19836 commit a6f2e32

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: ./.github/scripts/read-tool-versions.sh >> "$GITHUB_OUTPUT"
2222

2323
- name: Set up pnpm
24-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
24+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
2525
with:
2626
version: ${{ steps.tool_versions.outputs.pnpm }}
2727

@@ -104,7 +104,7 @@ jobs:
104104
run: ./.github/scripts/read-tool-versions.sh >> "$GITHUB_OUTPUT"
105105

106106
- name: Set up pnpm
107-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
107+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
108108
with:
109109
version: ${{ steps.tool_versions.outputs.pnpm }}
110110

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
# publishing. v5 installs the pnpm npm package which delegates publish
9595
# to the npm CLI and handles the OIDC token exchange correctly.
9696
- name: Set up pnpm
97-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v5.0.0
97+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v5.0.0
9898
with:
9999
version: ${{ steps.tool_versions.outputs.pnpm }}
100100

0 commit comments

Comments
 (0)