diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 58c7f0a..df8631d 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: lycheeverse/lychee-action@v1 + - uses: lycheeverse/lychee-action@v2 with: args: --verbose --no-progress --require-https --max-redirects 5 --retry-wait-time 2 --timeout 20s --exclude-private true **/*.md