diff --git a/.github/workflows/validate-documentation.yml b/.github/workflows/validate-documentation.yml index 0e7473fc..eb9db30e 100644 --- a/.github/workflows/validate-documentation.yml +++ b/.github/workflows/validate-documentation.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v4.2.1 - - uses: lycheeverse/lychee-action@v2.0.0 + - uses: lycheeverse/lychee-action@v2.0.2 with: fail: true args: "--threads 1 --max-concurrency 1 --verbose --no-progress './**/*.md' './**/*.html'"