From 9b0adacaca3b8ef0c20a563a00e70452f3c8fb01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:29:30 +0000 Subject: [PATCH] build(deps): bump lycheeverse/lychee-action from 1.9.1 to 2.0.0 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.1 to 2.0.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.9.1...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/lychee.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index 9efd9ea1..8eea7424 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -35,7 +35,7 @@ jobs: restore-keys: cache-lychee- - name: "📊 Lychee Link Checker" id: lychee - uses: lycheeverse/lychee-action@v1.9.1 + uses: lycheeverse/lychee-action@v2.0.0 with: args: --config ./.github/lychee.toml --base . --verbose --no-progress './**/*.md*' format: markdown