diff --git a/.github/workflows/check-broken-links.yml b/.github/workflows/check-broken-links.yml index 818a8d93..4f89b7f3 100644 --- a/.github/workflows/check-broken-links.yml +++ b/.github/workflows/check-broken-links.yml @@ -25,7 +25,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v2.0.2 + uses: lycheeverse/lychee-action@v2.1.0 with: args: --exclude-loopback --verbose --no-progress './**/*.md' './**/*.html' env: