Skip to content

Commit eb852c3

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 61ea59a commit eb852c3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@395ad3262231945c25e8478fd5baf05154b1d79f # v6
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@395ad3262231945c25e8478fd5baf05154b1d79f # v6
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@395ad3262231945c25e8478fd5baf05154b1d79f # v6
2525
with:
2626
node-version: '24'
2727
registry-url: 'https://npm.pkg.github.com'

0 commit comments

Comments
 (0)