Skip to content

Commit 166af27

Browse files
chore(deps): update pnpm/action-setup action to v6
1 parent 18718c8 commit 166af27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/setup-node@v4
1717
with:
1818
node-version: 20
19-
- uses: pnpm/action-setup@v4
19+
- uses: pnpm/action-setup@v6
2020
with:
2121
run_install: false
2222
- name: Get pnpm store directory

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/setup-node@v4
3737
with:
3838
node-version: 20
39-
- uses: pnpm/action-setup@v4
39+
- uses: pnpm/action-setup@v6
4040
with:
4141
run_install: false
4242
- name: Get pnpm store directory

0 commit comments

Comments
 (0)