diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 0bfe5cf08e..ecf0a79b20 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Run Lychee link checker - uses: lycheeverse/lychee-action@v1 + uses: lycheeverse/lychee-action@v2 with: args: . --verbose --accept 200,429 --timeout 50 --exclude "https://www.googletagmanager.com/" --exclude "https://wiki.radxa.com/" --exclude "http://47.93.45.6:12224/" fail: true