diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 631d44fe1..6e8397437 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/sirosen/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: - id: check-github-actions - id: check-github-workflows @@ -22,7 +22,7 @@ repos: - id: trailing-whitespace # trims trailing whitespace. - repo: https://github.com/pre-commit/mirrors-clang-format - rev: 'v19.1.3' + rev: 'v19.1.4' hooks: - id: clang-format args: ["-style=file", "-i"]