diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c142b6..a87c3ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: - name: Check links id: lychee - uses: lycheeverse/lychee-action@v1.10.0 + uses: lycheeverse/lychee-action@v2.0.1 with: args: --verbose --no-progress --insecure --exclude-all-private --suggest --archive wayback --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0" --max-concurrency 5 --retry-wait-time 10 --cache './**/*.md' './**/*.html' fail: true