Skip to content

Commit 8d0a18b

Browse files
authored
Docs: Upgrade checkout and cspell-action versions (#2501)
Signed-off-by: Christian Oliff <[email protected]>
1 parent 3294df5 commit 8d0a18b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,16 @@ jobs:
1616
spellcheck: # run the action
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
20-
- uses: streetsidesoftware/cspell-action@v7
19+
- uses: actions/checkout@v5
20+
with:
21+
          persist-credentials: false
22+
- uses: streetsidesoftware/cspell-action@v8
2123
```
2224
2325
## Usage
2426
2527
```yaml
26-
- uses: streetsidesoftware/cspell-action@v7
28+
- uses: streetsidesoftware/cspell-action@v8
2729
with:
2830
# Define glob patterns to filter the files to be checked. Use a new line between patterns to define multiple patterns.
2931
# The default is to check ALL files that were changed in in the pull_request or push.

0 commit comments

Comments
 (0)