diff --git a/.github/workflows/lint_pull_request.yml b/.github/workflows/lint_pull_request.yml index 732f8c4b4e..71db0c785d 100644 --- a/.github/workflows/lint_pull_request.yml +++ b/.github/workflows/lint_pull_request.yml @@ -51,7 +51,7 @@ jobs: key: ${{ env.LYCHEE_CACHE_KEY }} - name: Link Checker - uses: lycheeverse/lychee-action@v1.8.0 + uses: lycheeverse/lychee-action@v2.0.2 with: fail: true args: --cache --insecure --max-cache-age 7d --verbose --no-progress './**/*.md' --github-token ${{secrets.GITHUB_TOKEN}} --max-concurrency 1