From f552c47ba63512d3ba9cb926e0c9eae5c111d60a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 08:04:33 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 1.5.2 to 2.2.0 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.5.2 to 2.2.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.5.2...v2.2.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/link-checker-prs.yml | 2 +- .github/workflows/link-checker.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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