diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index e7084ee..f31d923 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Check links in content directory - uses: gaurav-nelson/github-action-markdown-link-check@v1.0.15 + uses: gaurav-nelson/github-action-markdown-link-check@1.0.17 with: use-quiet-mode: 'yes' use-verbose-mode: 'no' @@ -32,7 +32,7 @@ jobs: check-modified-files-only: ${{ github.event_name == 'pull_request' && 'yes' || 'no' }} - name: Check links in root markdown files - uses: gaurav-nelson/github-action-markdown-link-check@v1.0.15 + uses: gaurav-nelson/github-action-markdown-link-check@1.0.17 with: use-quiet-mode: 'yes' use-verbose-mode: 'no'