diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index acccf0e87..db178f889 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: - --exclude-files - ".*_test.js" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.7.0" + rev: "v0.8.0" hooks: - id: ruff-format - id: ruff @@ -57,7 +57,7 @@ repos: - id: shellcheck args: ["--severity=warning"] - repo: https://github.com/rhysd/actionlint - rev: v1.7.3 + rev: v1.7.4 hooks: - id: actionlint name: actionlint