Skip to content

Commit 3fbbd49

Browse files
committed
spell-checking: Update to new version
1 parent ed66512 commit 3fbbd49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/spelling.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
steps:
9393
- name: check-spelling
9494
id: spelling
95-
uses: check-spelling/[email protected].22
95+
uses: check-spelling/[email protected].23
9696
with:
9797
suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
9898
checkout: true
@@ -134,7 +134,7 @@ jobs:
134134
if: (success() || failure()) && needs.spelling.outputs.followup && github.event_name == 'push'
135135
steps:
136136
- name: comment
137-
uses: check-spelling/[email protected].22
137+
uses: check-spelling/[email protected].23
138138
with:
139139
checkout: true
140140
spell_check_this: check-spelling/spell-check-this@prerelease
@@ -151,7 +151,7 @@ jobs:
151151
if: (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request')
152152
steps:
153153
- name: comment
154-
uses: check-spelling/[email protected].22
154+
uses: check-spelling/[email protected].23
155155
with:
156156
checkout: true
157157
spell_check_this: check-spelling/spell-check-this@prerelease

0 commit comments

Comments
 (0)