We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f61ca commit 37524a7Copy full SHA for 37524a7
.github/workflows/test.yml
@@ -328,7 +328,7 @@ jobs:
328
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
329
330
- name: Spell Check Repo https://github.com/crate-ci/typos/commit/
331
- uses: crate-ci/typos@2872c382bb9668d4baa5eade234dcbc0048ca2cf # v1.28.2
+ uses: crate-ci/typos@d1c850b2b5d502763520c25fb4a6a1128ad99bd9 # v1.28.3
332
333
pre-commit:
334
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.28.2
+ rev: v1.28.3
76
hooks:
77
- id: typos
78
0 commit comments