From 6d01ed11f44274e9194437c38f5af853fb0e8f11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:52:01 +0100 Subject: [PATCH] Bump lycheeverse/lychee-action from 1.10.0 to 2.0.2 (#275) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c1c7fa0b..38bd33bb 100644 --- a/action.yml +++ b/action.yml @@ -219,7 +219,7 @@ runs: # Broken links ----------------------------------------------------------------------------------------------------- - name: Broken Link Checker if: inputs.links == 'true' && github.event.action != 'closed' - uses: lycheeverse/lychee-action@v1.10.0 + uses: lycheeverse/lychee-action@v2.0.2 with: # Check all markdown and html files in repo. Ignores the following status codes to reduce false positives: # - 403(OpenVINO, "forbidden")