Skip to content

Commit

Permalink
Update check spelling version
Browse files Browse the repository at this point in the history
To hopefully fix deprecation warnings
  • Loading branch information
mike-solomon committed Jan 9, 2025
1 parent 13aa745 commit b8adbd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
steps:
- name: check-spelling
id: spelling
uses: check-spelling/[email protected].22
uses: check-spelling/[email protected].24
with:
suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
checkout: true
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
cancel-in-progress: false
steps:
- name: apply spelling updates
uses: check-spelling/[email protected].22
uses: check-spelling/[email protected].24
with:
experimental_apply_changes_via_bot: 1
checkout: true
Expand Down

0 comments on commit b8adbd7

Please sign in to comment.