Skip to content

Commit e863cc7

Browse files
chore(deps): bump streetsidesoftware/cspell-action from 6 to 7 (#1536)
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>
1 parent 2c63ab0 commit e863cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: ${{ github.actor != 'dependabot[bot]' }}
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: streetsidesoftware/cspell-action@v6
17+
- uses: streetsidesoftware/cspell-action@v7
1818
with:
1919
check_dot_files: false
2020
incremental_files_only: true

0 commit comments

Comments
 (0)