From 9d1a7dd35e6fe7ca87ea61e4c0ac165507f2d618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:09:21 +0000 Subject: [PATCH] dependabot: bump lycheeverse/lychee-action from 1.2.0 to 2.0.2 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.2.0 to 2.0.2. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.2.0...v2.0.2) --- 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 b8f714e6..8669df73 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Lychee Link Checker - uses: lycheeverse/lychee-action@v1.2.0 + uses: lycheeverse/lychee-action@v2.0.2 with: args: --accept=200,403,429 **/*.html **/*.md **/*.txt **/*.json fail: true