Skip to content

Commit 7f4364b

Browse files
renovate[bot]kellyselden
authored andcommitted
chore(deps): update pnpm/action-setup action to v3
1 parent 38de599 commit 7f4364b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

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

21-
- uses: pnpm/action-setup@v2.4.0
21+
- uses: pnpm/action-setup@v3.0.0
2222
with:
2323
version: 8.10.2
2424

@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
node-version: ${{ matrix.node }}
5151

52-
- uses: pnpm/action-setup@v2.4.0
52+
- uses: pnpm/action-setup@v3.0.0
5353
with:
5454
version: 8.10.2
5555

@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
node-version: 18
7777

78-
- uses: pnpm/action-setup@v2.4.0
78+
- uses: pnpm/action-setup@v3.0.0
7979
with:
8080
version: 8.10.2
8181

.github/workflows/publish.yml

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

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

28-
- uses: pnpm/action-setup@v2.4.0
28+
- uses: pnpm/action-setup@v3.0.0
2929
with:
3030
version: 8.10.2
3131

0 commit comments

Comments
 (0)