From a006d985ccd39fd56ba1e292f5c5ee4b2d61b3b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 00:05:09 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 1 to 2 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1 to 2. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1...v2) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Lint.yml b/.github/workflows/Lint.yml index 34d84151..db9114fc 100644 --- a/.github/workflows/Lint.yml +++ b/.github/workflows/Lint.yml @@ -56,7 +56,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1 + uses: lycheeverse/lychee-action@v2 with: fail: true args: --config '.lychee.toml' .