From d4697ca02f81f2e593d41d0fe9faa6220a6c4e76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 18:42:41 +0000 Subject: [PATCH] chore(deps): update lycheeverse/lychee-action action to v2 --- .github/workflows/broken-link-checker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-link-checker.yaml b/.github/workflows/broken-link-checker.yaml index 644c81c..4fa0d92 100644 --- a/.github/workflows/broken-link-checker.yaml +++ b/.github/workflows/broken-link-checker.yaml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Check Links - uses: lycheeverse/lychee-action@v1.10.0 + uses: lycheeverse/lychee-action@v2.7.0 with: args: --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst' --exclude-mail env: