Skip to content

Commit 1e84f0f

Browse files
Merge branch 'test-spellcheck-0024' into tweak-double-pin-pane
2 parents e08b731 + ab0e664 commit 1e84f0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spelling.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
steps:
7373
- name: check-spelling
7474
id: spelling
75-
uses: check-spelling/[email protected].25
75+
uses: check-spelling/[email protected].24
7676
with:
7777
suppress_push_for_open_pull_request: 1
7878
checkout: true
@@ -128,7 +128,7 @@ jobs:
128128
if: (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request')
129129
steps:
130130
- name: comment
131-
uses: check-spelling/[email protected].25
131+
uses: check-spelling/[email protected].24
132132
with:
133133
checkout: true
134134
spell_check_this: check-spelling/spell-check-this@main

0 commit comments

Comments
 (0)