diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 81afb69b51..739a29436b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -78,6 +78,6 @@ repos: # this validates our github workflow files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: - id: check-github-workflows diff --git a/doc/changelog.d/3599.maintenance.md b/doc/changelog.d/3599.maintenance.md new file mode 100644 index 0000000000..23264207b9 --- /dev/null +++ b/doc/changelog.d/3599.maintenance.md @@ -0,0 +1 @@ +ci: pre-commit autoupdate \ No newline at end of file