Skip to content

Commit a8c1869

Browse files
chore: update pnpm/action-setup action to v3 (#57)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5422bc0 commit a8c1869

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: 18
3333

3434
- name: Install pnpm
35-
uses: pnpm/action-setup@v2.4.0
35+
uses: pnpm/action-setup@v3.0.0
3636
with:
3737
version: 8
3838
run_install: false

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: 18
3333

3434
- name: Install pnpm
35-
uses: pnpm/action-setup@v2.4.0
35+
uses: pnpm/action-setup@v3.0.0
3636
with:
3737
version: 8
3838
run_install: false

0 commit comments

Comments
 (0)