diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c33fd13434..1c031710d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: pass_filenames: false - repo: https://github.com/golangci/golangci-lint - rev: v2.6.1 + rev: v2.6.2 hooks: - id: golangci-lint args: [--new-from-patch=/tmp/diff.patch] @@ -77,7 +77,7 @@ repos: ] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.34.1 + rev: 0.35.0 hooks: - id: check-jsonschema name: "Check Helm Chart JSON Schema" @@ -86,7 +86,7 @@ repos: args: ["--schemafile", "charts/nginx-ingress/values.schema.json"] - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.18.1 + rev: v0.19.0 hooks: - id: markdownlint-cli2