Skip to content

Commit 385c2dd

Browse files
Update dependency markdown-link-check to v3.14.1
1 parent 6e0f9f1 commit 385c2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-links-in-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
3535
- name: Check links in top level documentation Markdown files
3636
if: ${{ ! env.skip_link_check}}
37-
run: npx --yes markdown-link-check@3.13.7 --verbose --alive=200,202,206 --retry README.md
37+
run: npx --yes markdown-link-check@3.14.1 --verbose --alive=200,202,206 --retry README.md
3838
# Temporarily, everything is done using command line options rather than with the config file, which doesn't seem to work.
3939
# Maybe related to https://github.com/tcort/markdown-link-check/issues/379 ?

0 commit comments

Comments
 (0)