diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index 49a43380..ebd39288 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.0.2 + uses: lycheeverse/lychee-action@v2.1.0 with: fail: true args: --verbose --no-progress _site/*.html diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index c256839f..33a65b37 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -20,7 +20,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v2.0.2 + uses: lycheeverse/lychee-action@v2.1.0 with: args: --verbose --no-progress _site/*.html env: