diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index 0664ae8a..880a893d 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -34,7 +34,7 @@ jobs: - name: Check links with lychee id: lychee - uses: lycheeverse/lychee-action@v2.3.0 + uses: lycheeverse/lychee-action@v2.4.0 with: fail: true args: --verbose --no-progress _site/*.html diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 6b316721..a9f0d1f7 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -30,7 +30,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v2.3.0 + uses: lycheeverse/lychee-action@v2.4.0 with: args: --verbose --no-progress _site/*.html env: