]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Build(deps): Bump streetsidesoftware/cspell-action from 4 to 5 (#39403)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 21 Nov 2023 12:31:18 +0000 (14:31 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Nov 2023 12:31:18 +0000 (14:31 +0200)
Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 4 to 5.
- [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/v4...v5)

---
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 7c4a2961564eb020dd4f7bb1c5608a592f898280..c671fde11c8105794afcd21c4cdbe485eee1fc81 100644 (file)
@@ -28,7 +28,7 @@ jobs:
           persist-credentials: false
 
       - name: Run cspell
-        uses: streetsidesoftware/cspell-action@v4
+        uses: streetsidesoftware/cspell-action@v5
         with:
           config: ".cspell.json"
           files: "**/*.md"