Skip to content

Commit a3e6648

Browse files
chore(deps-gha): bump streetsidesoftware/cspell-action from 6 to 7 (#1869)
Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 6 to 7. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](streetsidesoftware/cspell-action@v6...v7) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-version: '7' 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> Co-authored-by: myronkaifung <[email protected]>
1 parent 9db6993 commit a3e6648

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@v6
13+
- uses: streetsidesoftware/cspell-action@v7
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)