Skip to content

Commit 7f7262a

Browse files
chore: update pnpm/action-setup action to v4
1 parent bb4ad46 commit 7f7262a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: 20
3333

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

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: 20
3333

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

0 commit comments

Comments
 (0)