Skip to content

Commit d809d73

Browse files
chore(deps): update pnpm/action-setup action to v6
1 parent 7ee99ed commit d809d73

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: 20
2121

22-
- uses: pnpm/action-setup@v5.0.0
22+
- uses: pnpm/action-setup@v6.0.1
2323
with:
2424
version: 10.20.0
2525

@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
node-version: ${{ matrix.node }}
5656

57-
- uses: pnpm/action-setup@v5.0.0
57+
- uses: pnpm/action-setup@v6.0.1
5858
with:
5959
version: 10.20.0
6060

@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
node-version: 20
8484

85-
- uses: pnpm/action-setup@v5.0.0
85+
- uses: pnpm/action-setup@v6.0.1
8686
with:
8787
version: 10.20.0
8888

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
registry-url: 'https://registry.npmjs.org'
2828

29-
- uses: pnpm/action-setup@v5.0.0
29+
- uses: pnpm/action-setup@v6.0.1
3030
with:
3131
version: 10.20.0
3232

0 commit comments

Comments
 (0)