diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 90b178a..9cf7fd8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: check-useless-excludes # Generic - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-executables-have-shebangs - id: check-shebang-scripts-are-executable @@ -31,7 +31,7 @@ repos: - id: actionlint # JSON - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: pretty-format-json args: ["--autofix"]