Skip to content

Commit 6958750

Browse files
chore(deps): update pnpm/action-setup action to v5
1 parent a5d9cec commit 6958750

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
2626
2727
- name: Setup pnpm
28-
uses: pnpm/action-setup@v4
28+
uses: pnpm/action-setup@v5
2929
with:
3030
version: 10.28.2
3131

.github/workflows/tag-after-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
fi
6565
6666
- name: Setup pnpm
67-
uses: pnpm/action-setup@v4
67+
uses: pnpm/action-setup@v5
6868
with:
6969
version: 10.28.2
7070

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v6
2121

2222
- name: Setup pnpm
23-
uses: pnpm/action-setup@v4
23+
uses: pnpm/action-setup@v5
2424
with:
2525
version: 10.28.2
2626

0 commit comments

Comments
 (0)