From bf6f463db210e3faf60df8262d94d9b4dd140195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:51:43 +0200 Subject: [PATCH] Bump lycheeverse/lychee-action from 1.10.0 to 2.0.0 (#215) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/markdown.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index 204814b..c3b6817 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -54,7 +54,7 @@ jobs: uses: "actions/checkout@v4.1.5" - name: "Run Lychee" - uses: "lycheeverse/lychee-action@v1.10.0" + uses: "lycheeverse/lychee-action@v2.0.0" with: output: "${{ runner.temp }}/lychee/out.md" fail: true