We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c2abc commit 61363e7Copy full SHA for 61363e7
.github/workflows/test.yml
@@ -309,7 +309,7 @@ jobs:
309
fetch-depth: 0
310
311
- name: Spell Check Repo https://github.com/crate-ci/typos/commit/
312
- uses: crate-ci/typos@f1231bc2bcc92b2b18da70a877cf89afce08dd42 # v1.35.2
+ uses: crate-ci/typos@52bd719c2c91f9d676e2aa359fc8e0db8925e6d8 # v1.35.3
313
314
pre-commit:
315
name: Pre-commit
.pre-commit-config.yaml
@@ -78,7 +78,7 @@ repos:
78
)
79
80
- repo: https://github.com/crate-ci/typos
81
- rev: v1.35.2
+ rev: v1.35.3
82
hooks:
83
- id: typos
84
0 commit comments