diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 93beaf6..5746f88 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,11 +2,11 @@ exclude: ^CHANGELOG\.md$ repos: - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.4.0 + rev: 3.4.1 hooks: - id: editorconfig-checker - repo: https://github.com/rhysd/actionlint - rev: v1.7.7 + rev: v1.7.8 hooks: - id: actionlint - repo: https://github.com/igorshubovych/markdownlint-cli @@ -41,11 +41,11 @@ repos: args: [--autofix, --no-sort-keys] - id: trailing-whitespace - repo: https://github.com/gitleaks/gitleaks - rev: v8.28.0 + rev: v8.29.0 hooks: - id: gitleaks - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.22.0 + rev: v9.23.0 hooks: - id: commitlint stages: [commit-msg]