Skip to content

Commit 3cad18f

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

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@v0.0.24
26+
uses: check-spelling/check-spelling@v0.0.25
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@v0.0.24
51+
uses: check-spelling/check-spelling@v0.0.25
5252
with:
5353
checkout: true
5454
task: ${{ needs.spelling.outputs.followup }}

0 commit comments

Comments
 (0)