Skip to content

Commit a240841

Browse files
Bump pnpm/action-setup from 5 to 6
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v5...v6) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ac2b298 commit a240841

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@v6
2121
- uses: actions-rust-lang/setup-rust-toolchain@v1
22-
- uses: pnpm/action-setup@v5
22+
- uses: pnpm/action-setup@v6
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@v6
1818
- name: Install pnpm
19-
uses: pnpm/action-setup@v5
19+
uses: pnpm/action-setup@v6
2020
with:
2121
package_json_file: docs/package.json
2222
- name: Use Node.js

0 commit comments

Comments
 (0)