diff --git a/.github/workflows/check-links.yaml b/.github/workflows/check-links.yaml index 694048ebe..96c27c439 100644 --- a/.github/workflows/check-links.yaml +++ b/.github/workflows/check-links.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 # Check top-level markdown files - - uses: gaurav-nelson/github-action-markdown-link-check@1.0.12 + - uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 with: max-depth: '0' use-verbose-mode: 'yes'