diff --git a/.github/workflows/check-links-quickly.yaml b/.github/workflows/check-links-quickly.yaml index 1fcacb9c..0895dc39 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@v1.9.2 + uses: lycheeverse/lychee-action@v1.9.3 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 0d066ce5..8c2dc8ec 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@v1.9.2 + uses: lycheeverse/lychee-action@v1.9.3 with: args: "--base . --verbose --no-progress --cache --max-cache-age 3d 'docs/**/*.md'"