From 50fe0ebb65482dd61ee87d9f52cccdd51d40bbdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 20:24:00 +0000 Subject: [PATCH] chore(deps): bump lycheeverse/lychee-action from 2.7.0 to 2.9.0 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.7.0 to 2.9.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v2.7.0...v2.9.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 9a1cb2a1..296e2163 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -216,7 +216,7 @@ jobs: fi - uses: actions/checkout@v6 - - uses: lycheeverse/lychee-action@v2.7.0 + - uses: lycheeverse/lychee-action@v2.9.0 env: GITHUB_TOKEN: ${{ steps.gh-token.outputs.token }} with: