diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 36445f6..8b6b465 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.13.0 + rev: v9.15.0 hooks: - id: eslint - repo: https://github.com/pre-commit/mirrors-prettier @@ -22,7 +22,7 @@ repos: stages: [commit-msg] additional_dependencies: ["@open-turo/commitlint-config-conventional"] - repo: https://github.com/rhysd/actionlint - rev: v1.7.3 + rev: v1.7.4 hooks: - id: actionlint - repo: https://github.com/jumanjihouse/pre-commit-hooks