Skip to content

Commit 561e84a

Browse files
committed
Update to spell check v26
1 parent da31c07 commit 561e84a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/spelling3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- name: check-spelling
9393
id: spelling
94-
uses: check-spelling/check-spelling@v0.0.24
94+
uses: check-spelling/check-spelling@v0.0.26
9595
with:
9696
suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
9797
checkout: true
@@ -140,7 +140,7 @@ jobs:
140140
if: (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request')
141141
steps:
142142
- name: comment
143-
uses: check-spelling/check-spelling@v0.0.24
143+
uses: check-spelling/check-spelling@v0.0.26
144144
with:
145145
checkout: true
146146
task: ${{ needs.spelling.outputs.followup }}

0 commit comments

Comments
 (0)