diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cda301e..80f3ddd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,11 +10,11 @@ repos: - id: check-toml - id: check-added-large-files - repo: https://github.com/checkmake/checkmake.git - rev: 0.2.2 + rev: v0.3.2 hooks: - id: checkmake - repo: https://github.com/rhysd/actionlint - rev: v1.7.9 + rev: v1.7.11 hooks: - id: actionlint name: actionlint @@ -27,7 +27,7 @@ repos: args: ["-oneline", "-shellcheck", "shellcheck -S error"] stages: [manual] - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.19.1 + rev: v0.21.0 hooks: - id: markdownlint-cli2 - repo: local @@ -62,7 +62,7 @@ repos: files: \.(yml|yaml)$ args: ["--write"] - repo: https://github.com/adrienverge/yamllint - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint - id: yamllint