diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 659ec8eb0..f8c7cfb62 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v4 - name: Link Checker - uses: lycheeverse/lychee-action@v1 + uses: lycheeverse/lychee-action@v2.0.2 with: fail: true args: --base . --verbose --no-progress './**/*.yaml' './**/*.yml' './**/*.md' './**/*.json' './**/*.ts' --exclude-path ./package-lock.json --accept 200,429