From 427b61c7ad6be3689531a873290795cfd845d843 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 19:44:51 +0000 Subject: [PATCH] Update CI dependencies --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9fdde7e..a5150f8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: hooks: - id: prettier additional_dependencies: - - prettier@3.3.3 # npm + - prettier@3.4.1 # npm - prettier-plugin-sh@0.14.0 # npm - prettier-plugin-toml@2.0.1 # npm - '@prettier/plugin-xml@0.12.0' # npm @@ -58,7 +58,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: - id: check-github-workflows - id: check-jsonschema @@ -129,7 +129,7 @@ repos: - examples/gwcStatefulSet - tests/expected-statefulset.yaml - repo: https://github.com/sbrunner/jsonschema-validator - rev: 0.1.0 + rev: 0.3.2 hooks: - id: jsonschema-validator files: ^ci/config\.yaml$