diff --git a/.github/workflows/link-checker.yaml b/.github/workflows/link-checker.yaml index 44fca5f03e..3f9fde2113 100644 --- a/.github/workflows/link-checker.yaml +++ b/.github/workflows/link-checker.yaml @@ -36,7 +36,7 @@ jobs: run: make build-pages # Using link-checker action to check links in Markdown, HTML files - name: Link Checker - uses: lycheeverse/lychee-action@c053181aa0c3d17606addfe97a9075a32723548a #v1.9.3 + uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 #v1.10.0 with: fail: true args: --exclude-all-private --exclude-mail --exclude-file .github/workflows/exclude-file.txt --verbose --no-progress './**/*.md' './**/*.html'