From ccea5632fed87286c06cfb4ff3add3d0b2d421be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 14:42:54 +0000 Subject: [PATCH] chore(deps): bump lycheeverse/lychee-action in /.github/workflows Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.8.0 to 2.0.2. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.8.0...v2.0.2) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/check-external-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-external-links.yml b/.github/workflows/check-external-links.yml index 30d07a60a..f8bd3617b 100644 --- a/.github/workflows/check-external-links.yml +++ b/.github/workflows/check-external-links.yml @@ -12,7 +12,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.8.0 + uses: lycheeverse/lychee-action@v2.0.2 with: args: --accept 200,429,403 --timeout 60 --retry-wait-time 15 --max-retries 10 '**/*.md' fail: true