Skip to content

Commit 9276bc5

Browse files
committed
chore(ci): rely on pnpm action v4
1 parent 865f52f commit 9276bc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020

2121
- name: Setup pnpm
22-
uses: pnpm/action-setup@v2
22+
uses: pnpm/action-setup@v4
2323
with:
2424
run_install: false
2525

.github/workflows/test-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Install pnpm
22-
uses: pnpm/action-setup@v2
22+
uses: pnpm/action-setup@v4
2323
with:
2424
run_install: false
2525

0 commit comments

Comments
 (0)