diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4df8dc63..e467a3f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: stages: [commit, push, manual] - repo: https://github.com/tcort/markdown-link-check - rev: v3.12.2 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567 + rev: v3.13.6 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567 hooks: - id: markdown-link-check args: [-q, -c .github/markdown-links.json]