From fa5c98751e142e91e9fba90abd2e562a8447755c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 11:52:46 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 2.7.0 to 2.8.0 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/links.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links.yaml b/.github/workflows/links.yaml index c68dfbfc..bfd2d3e2 100644 --- a/.github/workflows/links.yaml +++ b/.github/workflows/links.yaml @@ -36,7 +36,7 @@ jobs: - name: Link Checker on built documentation id: lychee - uses: lycheeverse/lychee-action@v2.7.0 + uses: lycheeverse/lychee-action@v2.8.0 with: # Check the built HTML files recursively (includes internal links) args: --config lychee.toml --verbose --no-progress --max-redirects 10 'docs/_build/html/**/*.html'