diff --git a/.github/workflows/check-broken-links.yml b/.github/workflows/check-broken-links.yml index 818a8d93..d64a9961 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.2.0 with: args: --exclude-loopback --verbose --no-progress './**/*.md' './**/*.html' env: