From bb1f90b6db3d740441010d7a98fe09fb089ab56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Ferreira?= Date: Tue, 29 Mar 2022 20:05:07 +0100 Subject: [PATCH] ci(pre-commit): update sirosen/check-jsonschema hook from 0.14.0 to 0.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luís Ferreira --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8819f153f7..743d8fb479 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,6 +20,6 @@ repos: - id: no-commit-to-branch args: [--branch, master] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.14.0 + rev: 0.14.1 hooks: - id: check-github-workflows