diff --git a/.github/workflows/internal-check-links-in-documentation.yml b/.github/workflows/internal-check-links-in-documentation.yml index e5ec09940..cdb0e483b 100644 --- a/.github/workflows/internal-check-links-in-documentation.yml +++ b/.github/workflows/internal-check-links-in-documentation.yml @@ -37,6 +37,6 @@ jobs: - name: Check links in top level documentation Markdown files if: ${{ ! env.skip_link_check}} - run: npx --yes markdown-link-check@3.13.6 --verbose --alive=200,202,206 --retry README.md COMMANDS.md GETTING_STARTED.md INTEGRATION.md + run: npx --yes markdown-link-check@3.13.7 --verbose --alive=200,202,206 --retry README.md COMMANDS.md GETTING_STARTED.md INTEGRATION.md # Temporarily, everything is done using command line options rather than with the config file, which doesn't seem to work. # Maybe related to https://github.com/tcort/markdown-link-check/issues/379 ? \ No newline at end of file