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'