diff --git a/.github/workflows/check-broken-links.yml b/.github/workflows/check-broken-links.yml index 10a5165aa8f..ecb5f74e790 100644 --- a/.github/workflows/check-broken-links.yml +++ b/.github/workflows/check-broken-links.yml @@ -13,7 +13,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.7.0 + uses: lycheeverse/lychee-action@v1.8.0 with: args: --exclude-loopback --verbose --no-progress './**/*.md' './**/*.html' env: