From 65bb7412efe69eb4496edb9e46712b07ffa10175 Mon Sep 17 00:00:00 2001 From: Dafydd Jones Date: Sat, 11 May 2024 17:00:14 +0100 Subject: [PATCH] fix(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.28.3 --- template/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.pre-commit-config.yaml b/template/.pre-commit-config.yaml index 9202a31..4901b62 100644 --- a/template/.pre-commit-config.yaml +++ b/template/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: args: [--assume-in-merge] - id: check-yaml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.2 + rev: 0.28.3 hooks: - id: check-github-workflows name: Check GitHub workflows with check-jsonschema