Skip to content

Commit 468a62c

Browse files
committed
update broken links workflow
1 parent 9aa9775 commit 468a62c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/broken-links.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
name: Check for broken links in README.md
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Set up Node
16-
uses: actions/setup-node@v3
16+
uses: actions/setup-node@v4
1717
with:
18-
node-version: 16
18+
node-version: 18
1919

2020
- name: Check for broken links
2121
run: |

0 commit comments

Comments
 (0)