]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Bump streetsidesoftware/cspell-action from 1 to 2 (#36473)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 31 May 2022 14:52:57 +0000 (17:52 +0300)
committerGitHub <noreply@github.com>
Tue, 31 May 2022 14:52:57 +0000 (17:52 +0300)
Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 1 to 2.
- [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/v1...v2)

---
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 7fd988dbb2be0f16ba0141b1ab420a61194dd13a..3751ad339526e968a4ae64cf12cf1fc37370e76d 100644 (file)
@@ -20,7 +20,7 @@ jobs:
         uses: actions/checkout@v3
 
       - name: Run cspell
-        uses: streetsidesoftware/cspell-action@v1
+        uses: streetsidesoftware/cspell-action@v2
         with:
           config: ".cspell.json"
           files: "**/*.md"