We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341ecf6 commit a60a09dCopy full SHA for a60a09d
.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@3be83342e28b9421997e9f781f713f8dde8453d2 # v1.31.2
+ uses: crate-ci/typos@0f0ccba9ed1df83948f0c15026e4f5ccfce46109 # v1.32.0
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.31.2
+ rev: v1.32.0
80
hooks:
81
- id: typos
82
0 commit comments