Skip to content

Commit b3f21d2

Browse files
Bump pnpm/action-setup from 6 to 6.0.9
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6 to 6.0.9. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v6...v6.0.9) --- 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>
1 parent c3c3953 commit b3f21d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v7
2121
- uses: actions-rust-lang/setup-rust-toolchain@v1
22-
- uses: pnpm/action-setup@v6
22+
- uses: pnpm/action-setup@v6.0.9
2323
if: matrix.project == 'cli'
2424
with:
2525
package_json_file: ${{ matrix.project }}/package.json

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v7
1818
- name: Install pnpm
19-
uses: pnpm/action-setup@v6
19+
uses: pnpm/action-setup@v6.0.9
2020
with:
2121
package_json_file: docs/package.json
2222
- name: Use Node.js

0 commit comments

Comments
 (0)