From 49592b29149eb8768b680f41850961b4c7798afd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 23:24:51 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 1.6.1 to 2.5.0 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.6.1 to 2.5.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/9ace499fe66cee282a29eaa628fdac2c72fa087f...5c4ee84814c983aa7164eaee476f014e53ff3963) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.5.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 934b618a..e07155f5 100644 --- a/.github/workflows/links_fail_fast.yml +++ b/.github/workflows/links_fail_fast.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - name: Link Checker - uses: lycheeverse/lychee-action@9ace499fe66cee282a29eaa628fdac2c72fa087f # https://github.com/lycheeverse/lychee-action#security-tip + uses: lycheeverse/lychee-action@5c4ee84814c983aa7164eaee476f014e53ff3963 # https://github.com/lycheeverse/lychee-action#security-tip with: args: --verbose --no-progress './**/*.md' './**/*.html' './**/*.js' './**/*.ts' fail: true