From e14add120fcc4ecf7d3eda9801d2d91d08e9b0cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:48:36 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.3 to 1.10.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.9.3...v1.10.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 7d6399f..7619f52 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -54,7 +54,7 @@ jobs: uses: "actions/checkout@v4.1.1" - name: "Run Lychee" - uses: "lycheeverse/lychee-action@v1.9.3" + uses: "lycheeverse/lychee-action@v1.10.0" with: output: "${{ runner.temp }}/lychee/out.md" fail: true