diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1fd6a47..cb15575 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,19 +1,19 @@ repos: # Formatters - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-merge-conflict - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.2 # Use the sha or tag you want to point at + rev: v4.0.0-alpha.8 # Use the sha or tag you want to point at hooks: - id: prettier # Linters - repo: https://github.com/rhysd/actionlint - rev: "v1.6.25" + rev: "v1.7.2" hooks: - id: actionlint