From 6d228453a9eb106b6c29a15f8070b78361a0b3ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:52:53 +0000 Subject: [PATCH] chore(deps): update base digest to ea322ca (#23) * chore(deps): update base digest to ea322ca * fix(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.30.0 * test: approve new changes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dafydd Jones --- base | 2 +- template/.pre-commit-config.yaml | 2 +- test/SetBoxName/pre-commit_yaml.tt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/base b/base index b5d3588..ea322ca 160000 --- a/base +++ b/base @@ -1 +1 @@ -Subproject commit b5d3588936ea16a2c28c729ea0ce320eaab53927 +Subproject commit ea322ca264a847c623894a8f1c8b323c89135953 diff --git a/template/.pre-commit-config.yaml b/template/.pre-commit-config.yaml index 87520b4..212f51e 100644 --- a/template/.pre-commit-config.yaml +++ b/template/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-yaml exclude: ^kitchen.yml$ - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: - id: check-github-workflows name: Check GitHub workflows with check-jsonschema diff --git a/test/SetBoxName/pre-commit_yaml.tt b/test/SetBoxName/pre-commit_yaml.tt index 87520b4..212f51e 100644 --- a/test/SetBoxName/pre-commit_yaml.tt +++ b/test/SetBoxName/pre-commit_yaml.tt @@ -10,7 +10,7 @@ repos: - id: check-yaml exclude: ^kitchen.yml$ - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: - id: check-github-workflows name: Check GitHub workflows with check-jsonschema