diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 65fd482..e76219c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - --baseline - .secrets.baseline - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: check-added-large-files @@ -40,11 +40,11 @@ repos: - id: shellcheck exclude: '.*\.sh\.j2' - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.41.0 + rev: v0.42.0 hooks: - id: markdownlint-fix - repo: https://github.com/rhysd/actionlint - rev: v1.7.1 + rev: v1.7.3 hooks: - id: actionlint-system - repo: https://github.com/JohnnyMorganz/StyLua