From 4c04c69ec03c9bbcd3f7713ce62dd620c3a4f524 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 27 May 2025 06:55:59 +1000 Subject: [PATCH] ci: remove lychee cache (#9234) Hoping to fix the repeated errors from the link checker with this. --- .github/workflows/website-links.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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