From 54cfdd2c592fe6df3472ea6de850c3c56d2816ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 07:48:01 +0000 Subject: [PATCH] chore(deps): update lycheeverse/lychee-action action to v2.1.0 (#344) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/check-links-quickly.yaml | 2 +- .github/workflows/check-links.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-links-quickly.yaml b/.github/workflows/check-links-quickly.yaml index 2e6e4b75..76e56189 100644 --- a/.github/workflows/check-links-quickly.yaml +++ b/.github/workflows/check-links-quickly.yaml @@ -28,7 +28,7 @@ jobs: restore-keys: cache-lychee- - name: Run lychee - uses: lycheeverse/lychee-action@v2.0.2 + uses: lycheeverse/lychee-action@v2.1.0 with: fail: true args: "--base . --verbose --no-progress --cache --max-cache-age 3d 'docs/**/*.md'" diff --git a/.github/workflows/check-links.yaml b/.github/workflows/check-links.yaml index 280b1644..651cdc6c 100644 --- a/.github/workflows/check-links.yaml +++ b/.github/workflows/check-links.yaml @@ -24,7 +24,7 @@ jobs: restore-keys: cache-lychee- - name: Run lychee - uses: lycheeverse/lychee-action@v2.0.2 + uses: lycheeverse/lychee-action@v2.1.0 with: args: "--base . --verbose --no-progress --cache --max-cache-age 3d 'docs/**/*.md'"