Skip to content

Commit 1f2063e

Browse files
chore(deps): update pnpm/action-setup action to v6
1 parent e76d8ed commit 1f2063e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Install pnpm
3030
- name: Install pnpm
31-
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
31+
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6
3232
with:
3333
version: 10
3434

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Install pnpm
29-
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
29+
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6
3030
with:
3131
version: 10
3232

0 commit comments

Comments
 (0)