Skip to content

Commit f82c8d0

Browse files
committed
deps: update actions
1 parent 71d5c19 commit f82c8d0

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ jobs:
2323

2424
- name: Setup PNPM
2525
uses: pnpm/action-setup@v4
26-
with:
27-
version: 9.15.9
2826

2927
- name: Setup Node.js 22
30-
uses: actions/setup-node@v4
28+
uses: actions/setup-node@v6
3129
with:
3230
node-version: 22
3331
cache: pnpm

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ jobs:
2525

2626
- name: Install pnpm
2727
uses: pnpm/action-setup@v4
28-
with:
29-
version: 9.15.9
3028

3129
- name: Setup Node.js ${{ matrix.node-version }}
32-
uses: actions/setup-node@v4
30+
uses: actions/setup-node@v6
3331
with:
3432
node-version: ${{ matrix.node-version }}
3533
registry-url: https://registry.npmjs.org/

0 commit comments

Comments
 (0)