Skip to content

Commit

Permalink
Bump check-spelling/check-spelling from 0.0.23 to 0.0.24 (#53)
Browse files Browse the repository at this point in the history
Bumps [check-spelling/check-spelling](https://github.com/check-spelling/check-spelling) from 0.0.23 to 0.0.24.
- [Release notes](https://github.com/check-spelling/check-spelling/releases)
- [Changelog](https://github.com/check-spelling/check-spelling/blob/main/gh-release-downloader)
- [Commits](check-spelling/check-spelling@v0.0.23...v0.0.24)

---
updated-dependencies:
- dependency-name: check-spelling/check-spelling
  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>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent a451db7 commit 5086079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spell-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- name: check-spelling
id: spelling
uses: check-spelling/check-spelling@v0.0.23
uses: check-spelling/check-spelling@v0.0.24
with:
suppress_push_for_open_pull_request: 1
checkout: true
Expand All @@ -47,7 +47,7 @@ jobs:
if: (success() || failure()) && needs.spelling.outputs.followup
steps:
- name: comment
uses: check-spelling/check-spelling@v0.0.23
uses: check-spelling/check-spelling@v0.0.24
with:
checkout: true
task: ${{ needs.spelling.outputs.followup }}

0 comments on commit 5086079

Please sign in to comment.