From 86e4be76368a1c17d7ff1afb740fae485177bf73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 14:40:58 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action Bumps the github_actions group with 1 update in the /.github/workflows directory: [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action). Updates `lycheeverse/lychee-action` from 1 to 2.0.2 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1...v2.0.2) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.0.2 dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/url-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/url-check.yml b/.github/workflows/url-check.yml index c650bdb1..2548ce91 100644 --- a/.github/workflows/url-check.yml +++ b/.github/workflows/url-check.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v3 - name: Check for broken links - uses: lycheeverse/lychee-action@v1 + uses: lycheeverse/lychee-action@v2.0.2 with: # --exclude-loopback ensures we don't check localhost URLs args: --exclude-loopback './**/*.md' './**/*.rst'