diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca52fae..206978f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,7 +154,7 @@ jobs: globs: '**/*.md' - name: Check for broken links - uses: lycheeverse/lychee-action@v1 + uses: lycheeverse/lychee-action@v2.0.2 with: args: --verbose --no-progress './**/*.md' fail: false # Don't fail on broken links, just report