Skip to content

Commit 93a33ef

Browse files
dependabot[bot]max-ostapenkotunetheweb
authored
Bump actions/setup-node from 5 to 6 (#4248)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com> Co-authored-by: Barry Pollard <barrypollard@google.com>
1 parent 2f0fab0 commit 93a33ef

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/predeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout branch
3434
uses: actions/checkout@v5
3535
- name: Setup Node.js for use with actions
36-
uses: actions/setup-node@v5
36+
uses: actions/setup-node@v6
3737
with:
3838
node-version: '20'
3939
- name: Set up Python 3.12

.github/workflows/test-template-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535
- name: Setup Node.js for use with actions
36-
uses: actions/setup-node@v5
36+
uses: actions/setup-node@v6
3737
with:
3838
node-version: '20'
3939
- name: Test Template Changes

.github/workflows/test_website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Full git history is needed to get a proper list of changed files within `super-linter`
2727
fetch-depth: 0
2828
- name: Setup Node.js for use with actions
29-
uses: actions/setup-node@v5
29+
uses: actions/setup-node@v6
3030
with:
3131
node-version: '20'
3232
- name: Set up Python 3.12

0 commit comments

Comments
 (0)