diff --git a/.github/workflows/links-fail-fast.yaml b/.github/workflows/links-fail-fast.yaml index 1eed0f2d89..1873d4d30a 100644 --- a/.github/workflows/links-fail-fast.yaml +++ b/.github/workflows/links-fail-fast.yaml @@ -20,7 +20,7 @@ jobs: - name: Link Checker if: ${{ steps.changed-files.outputs.all_changed_files }} - uses: lycheeverse/lychee-action@v1.9.2 + uses: lycheeverse/lychee-action@v2.0.2 with: fail: true args: -E --exclude-mail -i -n -t 45 -- '${{ steps.changed-files.outputs.all_changed_files }}' diff --git a/.github/workflows/links.yaml b/.github/workflows/links.yaml index 30e7353d1f..823400375f 100644 --- a/.github/workflows/links.yaml +++ b/.github/workflows/links.yaml @@ -22,7 +22,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.9.2 + uses: lycheeverse/lychee-action@v2.0.2 with: args: "**/*.md --config lychee.toml"