Skip to content

Commit 52cf964

Browse files
build(deps): 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 c9d8775 commit 52cf964

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/4.1-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
package-manager-cache: false
6666
node-version: 24.x
6767

68-
- uses: pnpm/action-setup@v5
68+
- uses: pnpm/action-setup@v6
6969
name: Install pnpm
7070
id: pnpm-install
7171
with:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
node-version: 24
6464

6565
- name: Setup pnpm
66-
uses: pnpm/action-setup@v5
66+
uses: pnpm/action-setup@v6
6767
with:
6868
version: 8.15.5
6969
run_install: false

.github/workflows/dev-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
package-manager-cache: false
6464
node-version: 24.x
6565

66-
- uses: pnpm/action-setup@v5
66+
- uses: pnpm/action-setup@v6
6767
name: Install pnpm
6868
id: pnpm-install
6969
with:

0 commit comments

Comments
 (0)