Skip to content

Commit 5174c9a

Browse files
authored
Merge pull request #9842 from scratchfoundation/renovate/actions-setup-node-6.x
chore(deps): update actions/setup-node action to v6
2 parents ec6da45 + 7196e5d commit 5174c9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
6363
with:
6464
ref: ${{ inputs.ref }} # this should be empty to use `checkout`'s default UNLESS provided by workflow_call
65-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
65+
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
6666
with:
6767
cache: 'npm'
6868
node-version-file: '.nvmrc'
@@ -150,7 +150,7 @@ jobs:
150150
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
151151
with:
152152
ref: ${{ inputs.ref }} # this should be empty to use `checkout`'s default UNLESS provided by workflow_call
153-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
153+
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
154154
with:
155155
node-version-file: '.nvmrc'
156156
- name: info
@@ -213,7 +213,7 @@ jobs:
213213
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
214214
with:
215215
ref: ${{ inputs.ref }} # this should be empty to use `checkout`'s default UNLESS provided by workflow_call
216-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
216+
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
217217
with:
218218
node-version-file: '.nvmrc'
219219
- name: retrieve node_modules

.github/workflows/tx-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
13-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
13+
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
1414
with:
1515
cache: 'npm'
1616
node-version-file: '.nvmrc'

0 commit comments

Comments
 (0)