From 29b7e688fc165761ebcd09089dde5ba3d4ceb62b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 01:22:30 +0000 Subject: [PATCH] chore(deps): bump lycheeverse/lychee-action from 1.10.0 to 2.0.0 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.10.0 to 2.0.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.10.0...v2.0.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check_links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index b9ea2d604..e035f9f70 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -30,7 +30,7 @@ jobs: restore-keys: cache-lychee- - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.10.0 + uses: lycheeverse/lychee-action@v2.0.0 with: fail: true args: --verbose --no-progress --exclude-file .lycheeignore '**/*.md' '**/*.json'