From 96c7db301d8f23a9edf403165060be8873858b1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 23:17:53 +0000 Subject: [PATCH] build(deps): bump lycheeverse/lychee-action from 2ac9f030ccdea0033e2510a23a67da2a2da98492 to ef8c8f32c278e9eed290c6e6c96748f16b6cd335 (#524) * build(deps): bump lycheeverse/lychee-action Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2ac9f030ccdea0033e2510a23a67da2a2da98492 to ef8c8f32c278e9eed290c6e6c96748f16b6cd335. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/2ac9f030ccdea0033e2510a23a67da2a2da98492...ef8c8f32c278e9eed290c6e6c96748f16b6cd335) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Update lychee.yml Signed-off-by: Sall --------- Signed-off-by: dependabot[bot] Signed-off-by: Sall Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sall --- .github/workflows/lychee.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index 3cde9962..fa9ad05d 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -35,9 +35,9 @@ jobs: restore-keys: cache-lychee- - name: "📊 Lychee Link Checker" id: lychee - uses: lycheeverse/lychee-action@2ac9f030ccdea0033e2510a23a67da2a2da98492 + uses: lycheeverse/lychee-action@v1.8.0 with: - args: "--config ./.github/lychee.toml -- '**/*.md*'" + args: --config ./.github/lychee.toml --base . --verbose --no-progress './**/*.md*' format: markdown output: ./.github/LINKS_REPORT.md fail: false