From cf012f88b562b8b37045211d6a42a9bbeeab2ae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 17:27:50 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 2.1.0 to 2.2.0 (#194) --- .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 c9a6ec86f..23804d0be 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@v2.1.0 + uses: lycheeverse/lychee-action@v2.2.0 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'