]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Build(deps): Bump streetsidesoftware/cspell-action from 2 to 3 (#39088) 39110/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 23 Aug 2023 06:27:01 +0000 (09:27 +0300)
committerGitHub <noreply@github.com>
Wed, 23 Aug 2023 06:27:01 +0000 (09:27 +0300)
Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 2 to 3.
- [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/v2...v3)

---
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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
.github/workflows/cspell.yml

index 11788e3cc4ba74f9daf867161d2a4758a8c0e66b..4c4a65556b4db9e28020c43702aa42e7c6160bfc 100644 (file)
@@ -28,7 +28,7 @@ jobs:
           persist-credentials: false
 
       - name: Run cspell
-        uses: streetsidesoftware/cspell-action@v2
+        uses: streetsidesoftware/cspell-action@v3
         with:
           config: ".cspell.json"
           files: "**/*.md"