diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e9c637bdd..18d5f6aad 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: gaurav-nelson/github-action-markdown-link-check@1.0.17 + - uses: tcort/github-action-markdown-link-check@v1 with: use-quiet-mode: 'yes' use-verbose-mode: 'yes' diff --git a/.markdownlinkcheck.json b/.markdownlinkcheck.json index 1d780d02c..c148037b1 100644 --- a/.markdownlinkcheck.json +++ b/.markdownlinkcheck.json @@ -24,6 +24,6 @@ "timeout": "20s", "retryOn429": true, "retryCount": 5, - "fallbackRetryDelay": "30s", - "aliveStatusCodes": [200, 206] + "fallbackRetryDelay": "1s", + "aliveStatusCodes": [200, 206, 429] }