Skip to content

Commit 0aa9c28

Browse files
ci(github-actions): update pnpm/action-setup action to v5
1 parent fb74ae2 commit 0aa9c28

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version-file: .nvmrc
3131

3232
- name: Setup pnpm
33-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
33+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
3434
with:
3535
run_install: true
3636

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
node-version-file: .nvmrc
3636

3737
- name: Setup pnpm
38-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
38+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
3939
with:
4040
run_install: true
4141

0 commit comments

Comments
 (0)