Skip to content

Commit 59c7c46

Browse files
Update check-spelling/check-spelling action to v0.0.25
1 parent 468469f commit 59c7c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
steps:
165165
- name: ✅ Check spelling
166166
id: spelling
167-
uses: check-spelling/check-spelling@v0.0.24
167+
uses: check-spelling/check-spelling@v0.0.25
168168
with:
169169
checkout: true
170170
post_comment: 0
@@ -191,7 +191,7 @@ jobs:
191191
if: (success() || failure()) && needs.spellcheck.outputs.followup
192192
steps:
193193
- name: 💬 Report
194-
uses: check-spelling/check-spelling@v0.0.24
194+
uses: check-spelling/check-spelling@v0.0.25
195195
with:
196196
checkout: true
197197
task: ${{ needs.spellcheck.outputs.followup }}

0 commit comments

Comments
 (0)