Skip to content

Commit

Permalink
Update check-spelling/check-spelling action to v0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent 9e40b5a commit 1a20956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
steps:
- name: ✅ Check spelling
id: spelling
uses: check-spelling/[email protected].23
uses: check-spelling/[email protected].24
with:
checkout: true
post_comment: 0
Expand All @@ -191,7 +191,7 @@ jobs:
if: (success() || failure()) && needs.spellcheck.outputs.followup
steps:
- name: 💬 Report
uses: check-spelling/[email protected].23
uses: check-spelling/[email protected].24
with:
checkout: true
task: ${{ needs.spellcheck.outputs.followup }}
Expand Down

0 comments on commit 1a20956

Please sign in to comment.