From a43dd3fefe0171ec6b5fd090068e00eb4776ce6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 20:35:01 +0000 Subject: [PATCH] Update dependency markdown-link-check to v3.14.1 --- .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 aff466c51..db14dae8f 100644 --- a/.github/workflows/internal-check-links-in-documentation.yml +++ b/.github/workflows/internal-check-links-in-documentation.yml @@ -38,6 +38,6 @@ jobs: - name: Check links in top level documentation Markdown files if: ${{ ! env.skip_link_check}} - 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 + 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 # 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