diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 4189d28..d809ca9 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -34,7 +34,7 @@ jobs: restore-keys: cache-lychee- - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.9.3 + uses: lycheeverse/lychee-action@v1.10.0 with: fail: true args: --max-concurrency 1 --cache --no-progress --exclude-all-private './**/*.md'