From e36445b99c856387360717b18399a3ace9c5406a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 09:50:06 +0000 Subject: [PATCH] build(deps): bump lycheeverse/lychee-action Bumps the actions group in /.github/workflows with 1 update: [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action). Updates `lycheeverse/lychee-action` from 2.4.1 to 2.5.0 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-site.yml | 2 +- .github/workflows/linkcheck.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index 67b27af6..7fd3dceb 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -34,7 +34,7 @@ jobs: - name: Check links with lychee id: lychee - uses: lycheeverse/lychee-action@v2.4.1 + uses: lycheeverse/lychee-action@v2.5.0 with: fail: true args: --verbose --no-progress _site/*.html diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index c5557200..c3f5a38f 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -30,7 +30,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v2.4.1 + uses: lycheeverse/lychee-action@v2.5.0 with: args: --verbose --no-progress _site/*.html env: