Skip to content

Commit b90e79a

Browse files
Update actions/setup-node action to v7 (#1042)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0c271b7 commit b90e79a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
88

99
- name: Set up Node.js
10-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
10+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
1111
with:
1212
node-version: '24.18.0'
1313

.github/workflows/upstream-release-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ jobs:
296296
# with its own actions/checkout that overwrites the PR-branch
297297
# checkout above with the dispatching branch.
298298
- name: Set up Node.js
299-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
299+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
300300
with:
301301
node-version: '24.18.0'
302302

0 commit comments

Comments
 (0)