diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d2b528723..8c5ed1770 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: exclude: '\.tmpl$' - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.49.0 + rev: v0.49.1 hooks: - id: markdownlint args: ['--fix', '--config', '.hooks/linters/markdownlint.json'] diff --git a/warpgate-templates/.pre-commit-config.yaml b/warpgate-templates/.pre-commit-config.yaml index 219b51182..8d382513b 100644 --- a/warpgate-templates/.pre-commit-config.yaml +++ b/warpgate-templates/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: name: Check Github Actions - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.49.0 + rev: v0.49.1 hooks: - id: markdownlint args: ["--fix", "--config", ".hooks/linters/markdownlint.json"]