diff --git a/.github/workflows/check-lint.yml b/.github/workflows/check-lint.yml index 270f9ddba..bca636574 100644 --- a/.github/workflows/check-lint.yml +++ b/.github/workflows/check-lint.yml @@ -78,7 +78,7 @@ jobs: - uses: actions/checkout@v4 - name: Link Checker - uses: lycheeverse/lychee-action@v2.5.0 + uses: lycheeverse/lychee-action@v2.9.0 with: # Ignore the README.md file as some social sharing links are not valid args: --verbose --no-progress --exclude-path 'README.md' './**/*.md' './**/*.html' './**/*.rst'