From 385c2ddd45d333cca112ffa33bb14be648a8cb0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 20:21:56 +0000 Subject: [PATCH] Update dependency markdown-link-check to v3.14.1 --- .github/workflows/check-links-in-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-links-in-documentation.yml b/.github/workflows/check-links-in-documentation.yml index e8178566..ceee2f89 100644 --- a/.github/workflows/check-links-in-documentation.yml +++ b/.github/workflows/check-links-in-documentation.yml @@ -34,6 +34,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 + run: npx --yes markdown-link-check@3.14.1 --verbose --alive=200,202,206 --retry README.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