Skip to content

Commit c949cca

Browse files
authored
Merge pull request #715 from scratchfoundation/renovate/actions-setup-node-6.x
chore(deps): update actions/setup-node action to v6
2 parents 52360b0 + 0e0e390 commit c949cca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
persist-credentials: false # automatic GITHUB_TOKEN would interfere with custom one in semantic-release step
3333

34-
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
34+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
3535
with:
3636
cache: 'npm'
3737
node-version-file: '.nvmrc'

.github/workflows/daily-help-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
25-
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
25+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
2626
with:
2727
cache: 'npm'
2828
node-version-file: '.nvmrc'

.github/workflows/daily-tx-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
29-
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
29+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
3030
with:
3131
cache: 'npm'
3232
node-version-file: '.nvmrc'

0 commit comments

Comments
 (0)