Skip to content

Commit 775283f

Browse files
chore(deps): update actions/setup-node action to v5
1 parent a3ecf1c commit 775283f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/changeset-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Setup Node.js
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2525
with:
2626
node-version: '24'
2727
registry-url: 'https://npm.pkg.github.com'

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
token: ${{ steps.app-token.outputs.token }}
3939

4040
- name: Setup Node.js
41-
uses: actions/setup-node@v4
41+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
4242
with:
4343
node-version: '24'
4444
registry-url: 'https://npm.pkg.github.com'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Setup Node.js
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2525
with:
2626
node-version: '24'
2727
registry-url: 'https://npm.pkg.github.com'

0 commit comments

Comments
 (0)