Skip to content

Commit a9ea1e4

Browse files
authored
ci(github-actions): upgrade streetsidesoftware/cspell-action to v8 (#1211)
1 parent 351c5d4 commit a9ea1e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
runs-on: ubuntu-latest
199199
steps:
200200
- uses: actions/checkout@v6
201-
- uses: streetsidesoftware/cspell-action@v6
201+
- uses: streetsidesoftware/cspell-action@v8
202202
with:
203203
# Define glob patterns to filter the files to be checked. Use a new line between patterns to define multiple patterns.
204204
# The default is to check ALL files that were changed in in the pull_request or push.

0 commit comments

Comments
 (0)