From 27c9d57d97e85c1329574d53ddaec1e5562495df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 14:12:30 +0100 Subject: [PATCH] build(deps): bump lycheeverse/lychee-action from 2.4.0 to 2.4.1 (#16473) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/1d97d84f0bc547f7b25f4c2170d87d810dc2fb2c...82202e5e9c2f4ef1a55a3d02563e1cb6041e5332) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/monthly-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/monthly-check.yml b/.github/workflows/monthly-check.yml index a3949001db..d050683152 100644 --- a/.github/workflows/monthly-check.yml +++ b/.github/workflows/monthly-check.yml @@ -27,7 +27,7 @@ jobs: sort -u usernames.txt -o usernames.txt - name: Lychee URL checker - uses: lycheeverse/lychee-action@1d97d84f0bc547f7b25f4c2170d87d810dc2fb2c # v2.4.0 + uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1 id: lychee continue-on-error: true with: