diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 008d95e92c..4705a1a738 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -67,6 +67,6 @@ repos: # this validates our github workflow files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.1 + rev: 0.29.2 hooks: - id: check-github-workflows diff --git a/doc/changelog.d/3373.added.md b/doc/changelog.d/3373.added.md new file mode 100644 index 0000000000..ed877bb719 --- /dev/null +++ b/doc/changelog.d/3373.added.md @@ -0,0 +1 @@ +chore: pre-commit autoupdate \ No newline at end of file