diff --git a/.github/workflows/link-check.yaml b/.github/workflows/link-check.yaml index 5089187..1cec620 100644 --- a/.github/workflows/link-check.yaml +++ b/.github/workflows/link-check.yaml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Link Checker - uses: lycheeverse/lychee-action@5c4ee84814c983aa7164eaee476f014e53ff3963 # v2.5.0 + uses: lycheeverse/lychee-action@01a5c94d8e012550040658854b90a7a7301e75ca # v2.6.0 with: # Check all markdown files in repo (default) args: --base . --verbose --no-progress './**/*.md'