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