diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 4e4b136d..0f41f58b 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -79,4 +79,4 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: crate-ci/typos@v1.42.3 + - uses: crate-ci/typos@v1.44.0 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb414dbe..72579a56 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: exclude: "target/" - id: no-commit-to-branch - repo: https://github.com/crate-ci/typos - rev: v1.42.3 + rev: v1.44.0 hooks: - id: typos args: []