Skip to content

Commit 4f86164

Browse files
chore(deps): bump check-spelling/check-spelling from 0.0.25 to 0.0.26 (#1475)
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@c635c2f...cfb6f7e) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b5fc8f5 commit 4f86164

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/spell-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: check-spelling
2525
id: spelling
26-
uses: check-spelling/check-spelling@c635c2f3f714eec2fcf27b643a1919b9a811ef2e # v0.0.25
26+
uses: check-spelling/check-spelling@cfb6f7e75bbfc89c71eaa30366d0c166f1bd9c8c # v0.0.26
2727
with:
2828
disable_checks: noisy-file
2929
suppress_push_for_open_pull_request: 1
@@ -48,7 +48,7 @@ jobs:
4848
if: (success() || failure()) && needs.spelling.outputs.followup
4949
steps:
5050
- name: comment
51-
uses: check-spelling/check-spelling@c635c2f3f714eec2fcf27b643a1919b9a811ef2e # v0.0.25
51+
uses: check-spelling/check-spelling@cfb6f7e75bbfc89c71eaa30366d0c166f1bd9c8c # v0.0.26
5252
with:
5353
checkout: true
5454
task: ${{ needs.spelling.outputs.followup }}

0 commit comments

Comments
 (0)