Skip to content

Commit d7876c4

Browse files
Bump check-spelling/check-spelling from 0.0.23 to 0.0.24 (#1195)
1 parent 1ed3fba commit d7876c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/spell-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: check-spelling
2525
id: spelling
26-
uses: check-spelling/check-spelling@v0.0.23
26+
uses: check-spelling/check-spelling@v0.0.24
2727
with:
2828
disable_checks: noisy-file
2929
suppress_push_for_open_pull_request: 1
@@ -48,7 +48,7 @@ jobs:
4848
if: (success() || failure()) && needs.spelling.outputs.followup
4949
steps:
5050
- name: comment
51-
uses: check-spelling/check-spelling@v0.0.23
51+
uses: check-spelling/check-spelling@v0.0.24
5252
with:
5353
checkout: true
5454
task: ${{ needs.spelling.outputs.followup }}

0 commit comments

Comments
 (0)