From a8f23257bcbe1fdd400b29a966928dcb9cee014b Mon Sep 17 00:00:00 2001 From: Austin Macdonald Date: Thu, 19 Dec 2024 11:23:42 -0600 Subject: [PATCH] bump lycheeverse action to v2 --- .github/workflows/link-checker.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/link-checker.yaml b/.github/workflows/link-checker.yaml index 2ceabe5..f167907 100644 --- a/.github/workflows/link-checker.yaml +++ b/.github/workflows/link-checker.yaml @@ -36,6 +36,4 @@ jobs: # Run the link checker on the generated site - name: Check Links - uses: lycheeverse/lychee-action@v1 - with: - args: --verbose --no-progress --timeout 10s public/ + uses: lycheeverse/lychee-action@v2