diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd4fedfb2d5..f9e2723afc3 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.32.1 + rev: 0.33.0 hooks: - id: check-github-workflows diff --git a/doc/changelog.d/3842.maintenance.md b/doc/changelog.d/3842.maintenance.md new file mode 100644 index 00000000000..23264207b9d --- /dev/null +++ b/doc/changelog.d/3842.maintenance.md @@ -0,0 +1 @@ +ci: pre-commit autoupdate \ No newline at end of file