From f3d956033d221861300bac889024ea2a6cd3ca93 Mon Sep 17 00:00:00 2001 From: tooomm Date: Wed, 30 Nov 2022 03:27:06 +0100 Subject: [PATCH] Update check_links.yml (#189) --- .github/workflows/check_links.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'