From 2f10a7fad958fb73aaf2ce3956230ec98c5f0acd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:42:29 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 1.10.0 to 2.0.2 (#191) --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 78df94dcb..43551f1b5 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v4 - name: Lychee Broken Link Checker - uses: lycheeverse/lychee-action@v1.10.0 + uses: lycheeverse/lychee-action@v2.0.2 with: # Check all markdown files in repo args: --base ./docs --user-agent 'curl/8.9.0' -vvv --no-progress --max-redirects 100 --accept 200,403,429,500 './**/*.md'