From 1895f3b67d4afd368fc6628cab340c42ad00e120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 17:47:14 +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 499c1e7f3637c131334fa8e937c45144f79d72d2 to 5c5dfc0ac2e225883c0e5f03a85311ec2830d368. - [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/499c1e7f3637c131334fa8e937c45144f79d72d2...5c5dfc0ac2e225883c0e5f03a85311ec2830d368) --- updated-dependencies: - dependency-name: gaurav-nelson/github-action-markdown-link-check dependency-version: 5c5dfc0ac2e225883c0e5f03a85311ec2830d368 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/markdown_link_checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdown_link_checker.yml b/.github/workflows/markdown_link_checker.yml index cac04050..3500fce8 100644 --- a/.github/workflows/markdown_link_checker.yml +++ b/.github/workflows/markdown_link_checker.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: gaurav-nelson/github-action-markdown-link-check@499c1e7f3637c131334fa8e937c45144f79d72d2 # v1 + - uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1 with: folder-path: 'docs/' use-verbose-mode: 'yes'