Skip to content

Commit 0d9d853

Browse files
committed
fix(ci): update pnpm/action-setup to Node 24 (58e6119)
1 parent 1563484 commit 0d9d853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/weekly-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
cache: ''
3838

3939
- name: Setup pnpm
40-
uses: pnpm/action-setup@b307475762933b98ed359c036b0e51f26b63b74b # v5.0.0
40+
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
4141

4242
- name: Install dependencies
4343
run: pnpm install --frozen-lockfile
@@ -76,7 +76,7 @@ jobs:
7676
cache: ''
7777

7878
- name: Setup pnpm
79-
uses: pnpm/action-setup@b307475762933b98ed359c036b0e51f26b63b74b # v5.0.0
79+
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
8080

8181
- name: Install dependencies
8282
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)