diff --git a/.github/workflows/check-links.yaml b/.github/workflows/check-links.yaml index 182463e..3bf33b9 100644 --- a/.github/workflows/check-links.yaml +++ b/.github/workflows/check-links.yaml @@ -29,7 +29,7 @@ jobs: restore-keys: cache-lychee- - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v2.2.0 + uses: lycheeverse/lychee-action@v2.3.0 with: fail: true args: --max-concurrency 1 --cache --no-progress --exclude-all-private './**/*.md'