Skip to content

Commit 417a40a

Browse files
chore(deps-gha): bump streetsidesoftware/cspell-action from 7 to 8 (#2213)
Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 7 to 8. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](streetsidesoftware/cspell-action@v7...v8) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-version: '8' 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>
1 parent ab2a18d commit 417a40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cspell.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: streetsidesoftware/cspell-action@v7
13+
- uses: streetsidesoftware/cspell-action@v8
1414
with:
1515
# Define glob patterns to filter the files to be checked. Use a new line between patterns to define multiple patterns.
1616
# The default is to check ALL files that were changed in in the pull_request or push.

0 commit comments

Comments
 (0)