Skip to content

Commit 40c25ef

Browse files
authored
Bump markdown link checker version for security patch
#691
1 parent 28b8e4d commit 40c25ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/healthcheck-markdown-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Link Checker
2020
id: lychee
21-
uses: lycheeverse/lychee-action@v1.9.0
21+
uses: lycheeverse/lychee-action@v2.0.2
2222
with:
2323
args: --github-token ${{ secrets.WORKFLOW_TOKEN }} --exclude 'localhost' --exclude 'github.com/EpicGames/UnrealEngine' --exclude '.png' --exclude '.jpg' --exclude-path 'SFU/mediasoup-sdp-bridge/README.md' './**/*.md'
2424

0 commit comments

Comments
 (0)