Skip to content

Commit 78b8029

Browse files
chore(deps): update pnpm/action-setup action to v6
1 parent b5fb073 commit 78b8029

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@078e9d416474b29c0c387560859308974f7e9c53 # 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@078e9d416474b29c0c387560859308974f7e9c53 # v6
3030
with:
3131
version: 10
3232

0 commit comments

Comments
 (0)