We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21a14e commit a2d9146Copy full SHA for a2d9146
.github/workflows/test.yml
@@ -212,7 +212,7 @@ jobs:
212
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
213
214
- name: Spell Check Repo
215
- uses: crate-ci/typos@db35ee91e80fbb447f33b0e5fbddb24d2a1a884f # v1.29.10
+ uses: crate-ci/typos@8951ef9cb569c860bc8f3f18070fbfaf65cdb349 # v1.30.0
216
217
pre-commit:
218
name: Pre-commit
.pre-commit-config.yaml
@@ -71,7 +71,7 @@ repos:
71
)
72
73
- repo: https://github.com/crate-ci/typos
74
- rev: v1.29.10
+ rev: v1.30.0
75
hooks:
76
- id: typos
77
0 commit comments