diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0eda3ed..cbea08e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -212,7 +212,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Spell Check Repo - uses: crate-ci/typos@2872c382bb9668d4baa5eade234dcbc0048ca2cf # v1.28.2 + uses: crate-ci/typos@d1c850b2b5d502763520c25fb4a6a1128ad99bd9 # v1.28.3 pre-commit: name: Pre-commit diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f9834a0..6316642 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -71,7 +71,7 @@ repos: ) - repo: https://github.com/crate-ci/typos - rev: v1.28.2 + rev: v1.28.3 hooks: - id: typos