diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8d37320ef5..41e0cf66ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -65,6 +65,6 @@ repos: # this validates our github workflow files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.5 + rev: 0.28.6 hooks: - id: check-github-workflows diff --git a/doc/changelog.d/3206.miscellaneous.md b/doc/changelog.d/3206.miscellaneous.md new file mode 100644 index 0000000000..511e2fa4d8 --- /dev/null +++ b/doc/changelog.d/3206.miscellaneous.md @@ -0,0 +1 @@ +ci: [pre-commit.ci] pre-commit autoupdate \ No newline at end of file