diff --git a/.github/workflows/website-links.yml b/.github/workflows/website-links.yml index 5c6bcd81a..9f78d260e 100644 --- a/.github/workflows/website-links.yml +++ b/.github/workflows/website-links.yml @@ -15,10 +15,10 @@ jobs: - name: Check links on website id: lychee - uses: lycheeverse/lychee-action@e203314714efe5700a013ace5248a697313082b2 # testing https://github.com/lycheeverse/lychee-action/pull/292#issuecomment-2874071328 + uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1 with: fail: false - args: --verbose --no-progress --exclude-all-private --cache --cache-exclude-status 400..599 --max-concurrency 1 --retry-wait-time 60 --base https://firezone.dev . + args: --verbose --no-progress --exclude-all-private --max-concurrency 1 --retry-wait-time 60 --base https://firezone.dev . workingDirectory: website - name: Create Issue From File