]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Build(deps): Bump streetsidesoftware/cspell-action from 3 to 4 (#39331)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 2 Nov 2023 05:49:17 +0000 (07:49 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Nov 2023 05:49:17 +0000 (07:49 +0200)
Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 3 to 4.
- [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/v3...v4)

---
updated-dependencies:
- dependency-name: streetsidesoftware/cspell-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/cspell.yml

index 3e7902e392785bef2cf671f58fd359078e35dc36..7c4a2961564eb020dd4f7bb1c5608a592f898280 100644 (file)
@@ -28,7 +28,7 @@ jobs:
           persist-credentials: false
 
       - name: Run cspell
-        uses: streetsidesoftware/cspell-action@v3
+        uses: streetsidesoftware/cspell-action@v4
         with:
           config: ".cspell.json"
           files: "**/*.md"