From 9c93de2d9ac6e791635f3b49390e3eb10bfee1f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:09:56 +0000 Subject: [PATCH] Bump gaurav-nelson/github-action-markdown-link-check Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 1.0.15 to 1.0.17. - [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases) - [Commits](https://github.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.15...1.0.17) --- updated-dependencies: - dependency-name: gaurav-nelson/github-action-markdown-link-check dependency-version: 1.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/validate_markdown.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_markdown.yaml b/.github/workflows/validate_markdown.yaml index b27731f5..47606e28 100644 --- a/.github/workflows/validate_markdown.yaml +++ b/.github/workflows/validate_markdown.yaml @@ -30,7 +30,7 @@ jobs: ignore: ${{ inputs.SYNTAX_CHECK_IGNORE_FILES }} - name: Check dead links - uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 + uses: gaurav-nelson/github-action-markdown-link-check@1.0.17 with: config-file: '.github/workflows/validate_markdown_links.json' use-quiet-mode: 'yes'