From 793a244b6d7d9a926854d2558f58f5191a597780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 08:42:24 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 1.5.1 to 2.9.0 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.5.1 to 2.9.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/4a5af7cd2958a2282cefbd9c10f63bdb89982d76...e7477775783ea5526144ba13e8db5eec57747ce8) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/links_fail_fast.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links_fail_fast.yml b/.github/workflows/links_fail_fast.yml index f548e5f..4b51492 100644 --- a/.github/workflows/links_fail_fast.yml +++ b/.github/workflows/links_fail_fast.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - name: Link Checker - uses: lycheeverse/lychee-action@4a5af7cd2958a2282cefbd9c10f63bdb89982d76 # https://github.com/lycheeverse/lychee-action#security-tip + uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 # https://github.com/lycheeverse/lychee-action#security-tip with: args: --verbose --no-progress './**/*.md' './**/*.html' './**/*.js' './**/*.ts' fail: true