We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476fbac commit ec09a77Copy full SHA for ec09a77
.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@c8fd3764afbf5eaf6e53d2e6571c835db2c8fa5f # v1.29.0
+ uses: crate-ci/typos@752bd034d6d0b6fcb6421c73a3789161e0cdf70a # v1.29.3
331
332
pre-commit:
333
name: Pre-commit
.pre-commit-config.yaml
@@ -72,7 +72,7 @@ repos:
72
)
73
74
- repo: https://github.com/crate-ci/typos
75
- rev: v1.29.0
+ rev: v1.29.3
76
hooks:
77
- id: typos
78
0 commit comments