We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351c5d4 commit a9ea1e4Copy full SHA for a9ea1e4
1 file changed
.github/workflows/ci.yml
@@ -198,7 +198,7 @@ jobs:
198
runs-on: ubuntu-latest
199
steps:
200
- uses: actions/checkout@v6
201
- - uses: streetsidesoftware/cspell-action@v6
+ - uses: streetsidesoftware/cspell-action@v8
202
with:
203
# Define glob patterns to filter the files to be checked. Use a new line between patterns to define multiple patterns.
204
# The default is to check ALL files that were changed in in the pull_request or push.
0 commit comments