diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 945f0e5..23d0f4c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,12 +5,12 @@ repos: - id: check-yaml args: [--allow-multiple-documents] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.5 + rev: v20.1.4 hooks: - id: clang-format files: '.*\.(hpp|cpp|h)' - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: v1.7.5.21 + rev: v1.7.7.23 hooks: - id: actionlint additional_dependencies: [shellcheck-py]