diff --git a/.github/workflows/validate-documentation.yml b/.github/workflows/validate-documentation.yml index 8159069cb5..6a5afb6d6f 100644 --- a/.github/workflows/validate-documentation.yml +++ b/.github/workflows/validate-documentation.yml @@ -26,7 +26,7 @@ jobs: - name: Run markdown links chceks if: ${{ !contains(github.event.pull_request.labels.*.name, 'release PR') }} - uses: lycheeverse/lychee-action@f81112d0d2814ded911bd23e3beaa9dda9093915 # tag: v2.1.0 + uses: lycheeverse/lychee-action@f796c8b7d468feb9b8c0a46da3fac0af6874d374 # tag: v2.2.0 with: fail: true args: "--threads 1 --max-concurrency 1 --verbose --no-progress './**/*.md' './**/*.html'"