diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-05 14:39:02 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-05 14:39:02 +0200 |
| commit | 46d7c30eb3e2cf3539b6c47865b1de09d7514ae8 (patch) | |
| tree | 20199d30f31d7573f30976488c084224321cb418 /.github | |
| parent | bf8f2d2c66f10c559b7a5a4fa2dc9d69e62faf7d (diff) | |
| download | bootstrap-46d7c30eb3e2cf3539b6c47865b1de09d7514ae8.tar.xz bootstrap-46d7c30eb3e2cf3539b6c47865b1de09d7514ae8.zip | |
Build(deps): Bump streetsidesoftware/cspell-action from 5 to 6 (#39730)
Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 5 to 6.
- [Release notes](https://github.com/streetsidesoftware/cspell-action/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v5...v6)
---
updated-dependencies:
- dependency-name: streetsidesoftware/cspell-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cspell.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cspell.yml b/.github/workflows/cspell.yml index c671fde11..0b942ed25 100644 --- a/.github/workflows/cspell.yml +++ b/.github/workflows/cspell.yml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: Run cspell - uses: streetsidesoftware/cspell-action@v5 + uses: streetsidesoftware/cspell-action@v6 with: config: ".cspell.json" files: "**/*.md" |
