From 02392c88fd131ecac2bf69aaff17b2f01d0d25fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 06:33:02 +0000 Subject: [PATCH] chore(deps): Bump lycheeverse/lychee-action from 1 to 2 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1 to 2. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1...v2) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 6e049d4da..4a18bff0d 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -22,7 +22,7 @@ jobs: restore-keys: cache-lychee- - name: Check links - uses: lycheeverse/lychee-action@v1 + uses: lycheeverse/lychee-action@v2 with: args: "--cache --max-cache-age 1d ." fail: true