Skip to content

Commit 40c8614

Browse files
chore(deps): update pnpm/action-setup action to v6
1 parent 63c269a commit 40c8614

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/demo.yml

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

2121
- name: ⎔ Setup pnpm
22-
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
22+
uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6
2323
with:
2424
version: 10
2525

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: ⎔ Setup pnpm
21-
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
21+
uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6
2222
with:
2323
version: 10
2424

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2525

2626
- name: ⎔ Setup pnpm
27-
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
27+
uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6
2828
with:
2929
version: 10
3030

0 commit comments

Comments
 (0)