diff --git a/.github/workflows/platform.linkcheck.yml b/.github/workflows/platform.linkcheck.yml index 689c081640..ac1ca10a9e 100644 --- a/.github/workflows/platform.linkcheck.yml +++ b/.github/workflows/platform.linkcheck.yml @@ -23,7 +23,7 @@ jobs: - name: Check Broken Links if: always() id: checker - uses: lycheeverse/lychee-action@v1.5.4 + uses: lycheeverse/lychee-action@v2.0.2 with: args: --verbose --no-progress './**/*.md' --accept 200,201,403,429,401 --exclude-path .lycheeignore --include ^file:.*docs.*wiki.*media.*$ fail: true