diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4bf7073..f5606d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: - id: workflows-require-timeout - id: helm-lock - repo: https://github.com/camptocamp/helm-common - rev: 2.0.0 + rev: 2.0.1 hooks: - id: helm-template-gen files: |- @@ -79,7 +79,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.4 + rev: 0.28.6 hooks: - id: check-github-actions - id: check-github-workflows diff --git a/ci/requirements.txt b/ci/requirements.txt index 52dd0f0..2600e99 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,2 +1,2 @@ -c2cciutils[checks,publish]==1.6.20 +c2cciutils[checks,publish]==1.6.21 pre-commit==3.7.1