Skip to content

Commit 3e320d5

Browse files
authored
Merge pull request #4392 from Flow-Launcher/dependabot/github_actions/check-spelling/check-spelling-0.0.26
Bump check-spelling/check-spelling from 0.0.25 to 0.0.26
2 parents a1665c7 + fb48ec0 commit 3e320d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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/check-spelling@v0.0.25
75+
uses: check-spelling/check-spelling@v0.0.26
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/check-spelling@v0.0.25
131+
uses: check-spelling/check-spelling@v0.0.26
132132
with:
133133
checkout: true
134134
spell_check_this: check-spelling/spell-check-this@main

0 commit comments

Comments
 (0)