From c6fa96e3a182ee8694a984c44887f861dc8596d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 02:54:10 +0000 Subject: [PATCH] Update dependency markdown-link-check to v3.13.7 --- .github/workflows/internal-check-links-in-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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