diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2b3d15b..7fa1a08 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -71,7 +71,7 @@ repos: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.12.0-2 + rev: v3.13.0-1 hooks: - id: shfmt - repo: https://github.com/igorshubovych/markdownlint-cli @@ -112,13 +112,13 @@ repos: args: ['--shell=bash'] exclude: ^scripts/ - repo: https://github.com/rhysd/actionlint - rev: v1.7.11 + rev: v1.7.12 hooks: - id: actionlint # configuration validation - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.0 + rev: 0.37.1 hooks: - id: check-dependabot - id: check-github-workflows