Skip to content

Commit

Permalink
spell-checking: Update to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse committed Oct 25, 2024
1 parent ed66512 commit 3fbbd49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
steps:
- name: check-spelling
id: spelling
uses: check-spelling/[email protected].22
uses: check-spelling/[email protected].23
with:
suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
checkout: true
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
if: (success() || failure()) && needs.spelling.outputs.followup && github.event_name == 'push'
steps:
- name: comment
uses: check-spelling/[email protected].22
uses: check-spelling/[email protected].23
with:
checkout: true
spell_check_this: check-spelling/spell-check-this@prerelease
Expand All @@ -151,7 +151,7 @@ jobs:
if: (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request')
steps:
- name: comment
uses: check-spelling/[email protected].22
uses: check-spelling/[email protected].23
with:
checkout: true
spell_check_this: check-spelling/spell-check-this@prerelease
Expand Down

0 comments on commit 3fbbd49

Please sign in to comment.