From 6978181e734c5019e5a26638e1dda125cd6bdd39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:21:10 +0100 Subject: [PATCH] Bump lycheeverse/lychee-action from 2.0.0 to 2.2.0 (#256) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.0.0 to 2.2.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v2.0.0...v2.2.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 4ff303b..bc66ba7 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@v2.0.0" + uses: "lycheeverse/lychee-action@v2.2.0" with: output: "${{ runner.temp }}/lychee/out.md" fail: true