Skip to content

Commit bb3c2e1

Browse files
chore(deps): update pnpm/action-setup action to v6
1 parent 79b3ea1 commit bb3c2e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.js-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
node-version: '24'
3636

37-
- uses: pnpm/action-setup@v5.0.0
37+
- uses: pnpm/action-setup@v6.0.0
3838
with:
3939
run_install: false
4040

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version: 24
3030
registry-url: https://registry.npmjs.org
3131

32-
- uses: pnpm/action-setup@v5.0.0
32+
- uses: pnpm/action-setup@v6.0.0
3333
name: Install pnpm
3434
with:
3535
run_install: false

0 commit comments

Comments
 (0)