diff --git a/.github/workflows/links.yaml b/.github/workflows/links.yaml index c68dfbfc..bfd2d3e2 100644 --- a/.github/workflows/links.yaml +++ b/.github/workflows/links.yaml @@ -36,7 +36,7 @@ jobs: - name: Link Checker on built documentation id: lychee - uses: lycheeverse/lychee-action@v2.7.0 + uses: lycheeverse/lychee-action@v2.8.0 with: # Check the built HTML files recursively (includes internal links) args: --config lychee.toml --verbose --no-progress --max-redirects 10 'docs/_build/html/**/*.html'