Skip to content

Commit 5e6d880

Browse files
authored
Merge pull request #185 from renovate-bot/renovate/pnpm-action-setup-6.x
chore(deps): update pnpm/action-setup action to v6
2 parents 0a5e0b4 + 5bcd568 commit 5e6d880

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
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 3
3535

3636
- name: Install pnpm
37-
uses: pnpm/action-setup@v5
37+
uses: pnpm/action-setup@v6
3838
with:
3939
run_install: false
4040

.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)