diff --git a/.github/workflows/link-checker-prs.yml b/.github/workflows/link-checker-prs.yml index 06fe09aa5..c0eae7633 100644 --- a/.github/workflows/link-checker-prs.yml +++ b/.github/workflows/link-checker-prs.yml @@ -37,7 +37,7 @@ jobs: - if: ${{ env.MARKDOWN_FILES != '' }} name: Link Checker - uses: lycheeverse/lychee-action@v1.5.2 + uses: lycheeverse/lychee-action@v2.2.0 with: args: --verbose --no-progress --exclude-mail --cache --max-cache-age 1d $MARKDOWN_FILES fail: true diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index a8bd6b6d0..b41a924b6 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -24,7 +24,7 @@ jobs: restore-keys: cache-lychee- - name: Link Checker - uses: lycheeverse/lychee-action@v1.5.2 + uses: lycheeverse/lychee-action@v2.2.0 with: args: --verbose --no-progress --exclude-mail --cache --max-cache-age 1d README.md patterns/ book/ translation/ fail: true