From cbaac1312e4d6338fce75d6199fa3d40c6133639 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 13:06:55 +0000 Subject: [PATCH] build(deps): Bump lycheeverse/lychee-action Bumps the dependencies group in /.github/workflows with 1 update: [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action). Updates `lycheeverse/lychee-action` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index ba77719..cd51384 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -38,7 +38,7 @@ jobs: restore-keys: cache-lychee- - name: "Run Lychee" - uses: "lycheeverse/lychee-action@v2.6.1" + uses: "lycheeverse/lychee-action@v2.7.0" with: # To keep in sync with Makefile#lychee args: "--verbose --no-progress '*.md' 'docs/**/*.md' --cache --max-cache-age 1d ."