diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index 370f903f43..6c85e2cb41 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -17,4 +17,4 @@ self-hosted-runner: paths: ".github/workflows/mypy_primer.yaml": ignore: - - 'condition "false" is always evaluated to false. remove the if: section' + - 'constant expression "false" in condition. remove the if: section' diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 16674b4526..f192e0334d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: priority: 0 - repo: https://github.com/crate-ci/typos - rev: v1.40.0 + rev: v1.41.0 hooks: - id: typos priority: 0 @@ -135,7 +135,7 @@ repos: # `actionlint` hook, for verifying correct syntax in GitHub Actions workflows. # Some additional configuration for `actionlint` can be found in `.github/actionlint.yaml`. - repo: https://github.com/rhysd/actionlint - rev: v1.7.9 + rev: v1.7.10 hooks: - id: actionlint stages: