From c524055aeba4926424cf99406618f4541fc5cd2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:16:28 +0200 Subject: [PATCH] Bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 (#82) 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 34b022f0..f50edd12 100644 --- a/action.yml +++ b/action.yml @@ -178,7 +178,7 @@ runs: # Broken links ----------------------------------------------------------------------------------------------------- - name: Broken Link Checker if: inputs.links == 'true' && github.event.action != 'closed' - uses: lycheeverse/lychee-action@v1.9.3 + uses: lycheeverse/lychee-action@v1.10.0 with: # Check all markdown and html files in repo. Ignores the following status codes to reduce false positives: # - 403(OpenVINO, "forbidden")