We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38af99c commit 48aa45bCopy full SHA for 48aa45b
.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@7bc041cbb7ca9167c9e0e4ccbb26f48eb0f9d4e0 # v1.30.2
+ uses: crate-ci/typos@d08e4083f112e684fb88f6babd9ae60a1f1cd84f # v1.30.3
216
217
pre-commit:
218
name: Pre-commit
.pre-commit-config.yaml
@@ -67,7 +67,7 @@ repos:
67
- id: markdownlint-cli2
68
69
- repo: https://github.com/crate-ci/typos
70
- rev: v1.30.2
+ rev: v1.30.3
71
hooks:
72
- id: typos
73
0 commit comments