Skip to content

Commit bebf297

Browse files
authored
doc: Update README with correct version number (#1413)
1 parent adb9472 commit bebf297

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
spellcheck: # run the action
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
20-
- uses: streetsidesoftware/cspell-action@v3
19+
- uses: actions/checkout@v4
20+
- uses: streetsidesoftware/cspell-action@v4
2121
```
2222
2323
## Usage
2424
2525
```yaml
26-
- uses: streetsidesoftware/cspell-action@v3
26+
- uses: streetsidesoftware/cspell-action@v4
2727
with:
2828
# Github token used to fetch the list of changed files in the commit.
2929
# Default: ${{ github.token }}

usage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- uses: streetsidesoftware/cspell-action@v1
1+
- uses: streetsidesoftware/cspell-action@v4
22
with:
33
# Github token used to fetch the list of changed files in the commit.
44
# Default: ${{ github.token }}

0 commit comments

Comments
 (0)