diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index 970ce2d..2dd16be 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -29,7 +29,7 @@ jobs: # Extract and check URLs directly from tokens.xml - name: Check tokens.xml URLs - uses: lycheeverse/lychee-action@v1.5.1 + uses: lycheeverse/lychee-action@v1 if: always() with: args: '--no-progress --require-https --cache --max-cache-age 1h -- tokens.xml' @@ -38,7 +38,7 @@ jobs: # Extract and check URLs directly from challenge_tokens.xml - name: Check challenge_tokens.xml URLs - uses: lycheeverse/lychee-action@v1.5.1 + uses: lycheeverse/lychee-action@v1 if: always() with: args: '--no-progress --require-https --cache --max-cache-age 1h -- challenge_tokens.xml'