We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab2449 commit 0ab0809Copy full SHA for 0ab0809
.github/workflows/test.yml
@@ -315,7 +315,7 @@ jobs:
315
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
316
317
- name: Spell Check Repo https://github.com/crate-ci/typos/commit/
318
- uses: crate-ci/typos@718c4ff697435edabd4f1c52c3775521adbb33a3 # v1.31.0
+ uses: crate-ci/typos@b1a1ef3893ff35ade0cfa71523852a49bfd05d19 # v1.31.1
319
320
pre-commit:
321
name: Pre-commit
.pre-commit-config.yaml
@@ -76,7 +76,7 @@ repos:
76
)
77
78
- repo: https://github.com/crate-ci/typos
79
- rev: v1.31.0
+ rev: v1.31.1
80
hooks:
81
- id: typos
82
0 commit comments