diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5ed2065e..d2b52872 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.48.0 + rev: v0.49.0 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 36699e85..219b5118 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.48.0 + rev: v0.49.0 hooks: - id: markdownlint args: ["--fix", "--config", ".hooks/linters/markdownlint.json"]