We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4543ae commit 3f997c8Copy full SHA for 3f997c8
1 file changed
.github/workflows/broken-links.yml
@@ -10,9 +10,9 @@ jobs:
10
linkChecker:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
14
15
- name: Link Checker
16
- uses: lycheeverse/lychee-action@7cd0af4c74a61395d455af97419279d86aafaede
+ uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411
17
with:
18
fail: true
0 commit comments