Skip to content

Commit f19656b

Browse files
authored
Merge pull request #453 from JohT/renovate/markdown-link-check-3.x
Update dependency markdown-link-check to v3.14.1
2 parents bf00636 + a43dd3f commit f19656b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)