Skip to content

Commit 6924b6b

Browse files
Update actions/setup-node action to v6
1 parent 207fd4c commit 6924b6b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18-
- uses: actions/setup-node@v4
18+
- uses: actions/setup-node@v6
1919
env:
2020
FORCE_COLOR: 0
2121
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
21-
- uses: actions/setup-node@v4
21+
- uses: actions/setup-node@v6
2222
env:
2323
FORCE_COLOR: 0
2424
with:

actions/label-actions/.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Node ${{ matrix.node }}
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: actions/setup-node@v4
18+
- uses: actions/setup-node@v6
1919
with:
2020
node-version: ${{ matrix.node }}
2121

0 commit comments

Comments
 (0)