From 70bb8404654b91e97c20f982c70f7d0ca0ebb98c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:31:50 +0100 Subject: [PATCH] Bump lycheeverse/lychee-action from 1.9.0 to 1.9.3 (#120) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.0 to 1.9.3. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.9.0...v1.9.3) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 6892071..497771e 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -54,7 +54,7 @@ jobs: uses: "actions/checkout@v3.6.0" - name: "Run Lychee" - uses: "lycheeverse/lychee-action@v1.9.0" + uses: "lycheeverse/lychee-action@v1.9.3" with: output: "${{ runner.temp }}/lychee/out.md" fail: true