Skip to content

Commit 43266de

Browse files
chore(deps): bump actions/setup-node from 4 to 6 (#2198)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Trevor Brown <Stratus3D@users.noreply.github.com>
1 parent bd98af7 commit 43266de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Setup Node.js
27-
uses: actions/setup-node@v4
27+
uses: actions/setup-node@v6
2828
with:
2929
node-version: "20"
3030

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
fetch-depth: 0
7878

7979
# only run steps past here if changes to docs/** directory
80-
- uses: actions/setup-node@v4
80+
- uses: actions/setup-node@v6
8181
with:
8282
node-version: "18"
8383

0 commit comments

Comments
 (0)