diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 298ccaf..3fb8367 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,7 +59,7 @@ repos: - id: actionlint # Yamlfmt for formatting YAML files - repo: https://github.com/google/yamlfmt - rev: "v0.14.0" + rev: "v0.15.0" hooks: - id: yamlfmt # Codespell for detecting common misspellings in code @@ -69,7 +69,7 @@ repos: - id: codespell # Gitleaks for detecting secrets in Git repositories - repo: https://github.com/gitleaks/gitleaks - rev: "v8.22.1" + rev: "v8.23.0" hooks: - id: gitleaks # Talisman for pre-commit Git hooks to detect sensitive files