aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-02 07:49:17 +0200
committerGitHub <[email protected]>2023-11-02 07:49:17 +0200
commitefd57ec8282dc9f775c6055f10f9a9c206b9f56a (patch)
treeb302e707d46cf3bf093dceb8e0ba35784eac8795 /.github/workflows
parentaed99ecb3f099811bf124e144482aabd56a92291 (diff)
downloadbootstrap-efd57ec8282dc9f775c6055f10f9a9c206b9f56a.tar.xz
bootstrap-efd57ec8282dc9f775c6055f10f9a9c206b9f56a.zip
Build(deps): Bump streetsidesoftware/cspell-action from 3 to 4 (#39331)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cspell.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cspell.yml b/.github/workflows/cspell.yml
index 3e7902e39..7c4a29615 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@v3
+ uses: streetsidesoftware/cspell-action@v4
with:
config: ".cspell.json"
files: "**/*.md"