From 4f72d5b276321ba12534d87f28e21a4a005cb0d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 00:51:05 +0000 Subject: [PATCH] Update dependency markdown-link-check to v3.14.2 --- .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 db14dae8f..6af02945a 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.14.1 --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.2 --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