diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e73ba7..1eddc88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: run: npm run lint:html - name: Check for broken links - uses: lycheeverse/lychee-action@v1 + uses: lycheeverse/lychee-action@v2.0.2 with: args: --verbose --no-progress './public/**/*.html' fail: true