diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 47648e1..2a7948b 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -22,7 +22,7 @@ jobs: run: bundle exec jekyll build - name: Check links - uses: lycheeverse/lychee-action@v1 + uses: lycheeverse/lychee-action@v2 with: args: --verbose --no-progress '_site/**/*.html' fail: true