diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 16d96dd0..88514ce8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: exclude: ^\.bumpversion\.cfg$ - repo: https://github.com/python-jsonschema/check-jsonschema.git - rev: 0.34.0 + rev: 0.34.1 hooks: - id: check-github-actions - id: check-github-workflows diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 4fd40a47..d23f0fa2 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -53,6 +53,7 @@ Unreleased changes - Bump actions/checkout from 4 to 5 ({gh-pr}`330`) - Bump actions/download-artifact from 4 to 5 ({gh-pr}`329`) - Bump sigstore/gh-action-sigstore-python from 3.0.0 to 3.0.1 ({gh-pr}`326`) +- pre-commit autoupdate ({gh-pr}`350`) - pre-commit autoupdate ({gh-pr}`324`) ### Dependencies