We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32895f commit ae02db4Copy full SHA for ae02db4
.github/workflows/test.yml
@@ -327,7 +327,7 @@ jobs:
327
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
328
329
- name: Spell Check Repo https://github.com/crate-ci/typos/commit/
330
- uses: crate-ci/typos@685eb3d55be2f85191e8c84acb9f44d7756f84ab # v1.29.4
+ uses: crate-ci/typos@11ca4583f2f3f74c7e7785c0ecb20fe2c99a4308 # v1.29.5
331
332
pre-commit:
333
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.29.4
+ rev: v1.29.5
80
hooks:
81
- id: typos
82
0 commit comments