We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 703590b commit 2d6fea2Copy full SHA for 2d6fea2
.github/workflows/spelling.yml
@@ -90,7 +90,7 @@ jobs:
90
steps:
91
- name: check-spelling
92
id: spelling
93
- uses: check-spelling/check-spelling@c635c2f3f714eec2fcf27b643a1919b9a811ef2e # v0.0.25
+ uses: check-spelling/check-spelling@a35147f799f30f8739c33f92222c847214e82e67 # v0.0.26 (see check-spelling/check-spelling/issues/103)
94
with:
95
suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
96
checkout: true
0 commit comments