diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index ebd39288..93106f36 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.1.0 + uses: lycheeverse/lychee-action@v2.2.0 with: fail: true args: --verbose --no-progress _site/*.html diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 6f465b13..b07a9397 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.1.0 + uses: lycheeverse/lychee-action@v2.2.0 with: args: --verbose --no-progress _site/*.html env: