From f7c168082d9471b0e449076f36e5e0820c1ba912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 03:17:28 +0000 Subject: [PATCH] ci(deps): bump lycheeverse/lychee-action from 2.0.2 to 2.6.1 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.0.2 to 2.6.1. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v2.0.2...v2.6.1) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 29e1662b..58dd6f52 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -417,7 +417,7 @@ jobs: path: docs-site - name: Link Checker - uses: lycheeverse/lychee-action@v2.0.2 + uses: lycheeverse/lychee-action@v2.6.1 with: args: --verbose --no-progress 'docs-site/**/*.html' 'docs-site/**/*.md' fail: true