Skip to content

Commit 778e7d9

Browse files
chore(deps): update actions/setup-node action to v6 (#726)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 209f32e commit 778e7d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
fetch-depth: 0
7070

7171
- name: Use Node.js ${{ env.NODE_VERSION }}
72-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
72+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
7373
if: github.ref == 'refs/heads/master' || contains(github.event.pull_request.title, '(rebuild)')
7474
with:
7575
node-version: ${{ env.NODE_VERSION }}
@@ -167,7 +167,7 @@ jobs:
167167
GITHUB_TOKEN: ${{ github.token }}
168168

169169
- name: Use Node.js ${{ env.NODE_VERSION }}
170-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
170+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
171171
with:
172172
node-version: ${{ env.NODE_VERSION }}
173173

@@ -201,7 +201,7 @@ jobs:
201201
fetch-depth: 0
202202

203203
- name: Use Node.js ${{ env.NODE_VERSION }}
204-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
204+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
205205
with:
206206
node-version: ${{ env.NODE_VERSION }}
207207
registry-url: 'https://registry.npmjs.org'

.github/workflows/publish.yml

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

2121
- name: Use Node.js ${{ env.NODE_VERSION }}
22-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
22+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2323
with:
2424
node-version: ${{ env.NODE_VERSION }}
2525
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)