diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 036affe30..d32bc6176 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,7 +51,7 @@ repos: args: [--new-from-patch=/tmp/diff.patch] - repo: https://github.com/asottile/pyupgrade - rev: v3.19.0 + rev: v3.19.1 hooks: - id: pyupgrade @@ -87,12 +87,12 @@ repos: args: ["--schemafile", "charts/nginx-ingress/values.schema.json"] - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.16.0 + rev: v0.17.0 hooks: - id: markdownlint-cli2 - repo: https://github.com/rhysd/actionlint - rev: v1.7.4 + rev: v1.7.5 hooks: - id: actionlint name: Lint GitHub Actions workflow files