Skip to content

Commit aec9f23

Browse files
chore(deps): update actions/setup-node action to v7
1 parent 0048a23 commit aec9f23

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@6044e13b5dc448c55e2357c09f80417699197238 # v6
34+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
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
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
28-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
28+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
2929
with:
3030
cache: 'npm'
3131
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
29-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
29+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
3030
with:
3131
cache: 'npm'
3232
node-version-file: '.nvmrc'

0 commit comments

Comments
 (0)