Skip to content

Commit fb48ec0

Browse files
Bump check-spelling/check-spelling from 0.0.25 to 0.0.26
Bumps [check-spelling/check-spelling](https://github.com/check-spelling/check-spelling) from 0.0.25 to 0.0.26. - [Release notes](https://github.com/check-spelling/check-spelling/releases) - [Commits](check-spelling/check-spelling@v0.0.25...v0.0.26) --- updated-dependencies: - dependency-name: check-spelling/check-spelling dependency-version: 0.0.26 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a1665c7 commit fb48ec0

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)