Skip to content

Commit ce56d25

Browse files
authored
chore(deps): update pnpm/action-setup action to v6 (#488)
1 parent 022232c commit ce56d25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 3
3434

3535
- name: Install pnpm
36-
uses: pnpm/action-setup@v5
36+
uses: pnpm/action-setup@v6
3737
with:
3838
run_install: false
3939

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
exit 1
4141
4242
- name: Install pnpm
43-
uses: pnpm/action-setup@v5
43+
uses: pnpm/action-setup@v6
4444
with:
4545
run_install: false
4646

0 commit comments

Comments
 (0)