Skip to content

Commit 57d0ac7

Browse files
Update actions/setup-node action to v6
1 parent 2fc44f3 commit 57d0ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1414
with:
1515
fetch-depth: 0
16-
- uses: actions/setup-node@v4
16+
- uses: actions/setup-node@v6
1717
env:
1818
FORCE_COLOR: 0
1919
with:

0 commit comments

Comments
 (0)