diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5abcec8..e95b3a5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -55,7 +55,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1 + uses: lycheeverse/lychee-action@v2 with: fail: true args: --config '.lychee.toml' .