Skip to content

Commit

Permalink
Update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 1, 2024
1 parent 2b7b6da commit f58d4a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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: |-
Expand Down Expand Up @@ -68,7 +68,7 @@ repos:
hooks:
- id: prettier
additional_dependencies:
- prettier@3.3.0 # npm
- prettier@3.3.2 # npm
- prettier-plugin-sh@0.14.0 # npm
- prettier-plugin-toml@2.0.1 # npm
- '@prettier/plugin-xml@0.12.0' # npm
Expand All @@ -81,7 +81,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
Expand Down
2 changes: 1 addition & 1 deletion ci/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.20/c2cciutils/schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.21/c2cciutils/schema.json

publish:
pypi: false
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
c2cciutils[checks,publish]==1.6.20
c2cciutils[checks,publish]==1.6.21
pre-commit==3.7.1

0 comments on commit f58d4a9

Please sign in to comment.