diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index e9e27a9..f6920cc 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -75,4 +75,4 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: crate-ci/typos@v1.46.0 + - uses: crate-ci/typos@v1.47.0 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 414d2d5..152ab8e 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.46.0 + rev: v1.47.0 hooks: - id: typos args: []