diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 08ae2373d..4390a8d96 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/awslabs/cfn-python-lint - rev: v0.86.4 + rev: v1.2.5a9 hooks: - id: cfn-python-lint args: @@ -47,7 +47,7 @@ repos: language_version: python3.10 args: ['--check'] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.28.2 + rev: 0.28.4 hooks: - id: check-github-workflows - id: check-github-actions