From 89a3a55f8376db178165c3e6615e2b1525f7ce98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 01:47:44 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 2.0.1 to 2.0.2 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lychee.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index 53faee8..a4e71e2 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -32,7 +32,7 @@ jobs: key: cache-lychee-${{ github.sha }} restore-keys: cache-lychee- - name: Lychee Checker - uses: lycheeverse/lychee-action@v2.0.1 + uses: lycheeverse/lychee-action@v2.0.2 id: lychee with: fail: true