File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
16
16
spellcheck : # run the action
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v3
20
- - uses : streetsidesoftware/cspell-action@v3
19
+ - uses : actions/checkout@v4
20
+ - uses : streetsidesoftware/cspell-action@v4
21
21
` ` `
22
22
23
23
## Usage
24
24
25
25
` ` ` yaml
26
- - uses : streetsidesoftware/cspell-action@v3
26
+ - uses : streetsidesoftware/cspell-action@v4
27
27
with :
28
28
# Github token used to fetch the list of changed files in the commit.
29
29
# Default: ${{ github.token }}
Original file line number Diff line number Diff line change 1
- - uses : streetsidesoftware/cspell-action@v1
1
+ - uses : streetsidesoftware/cspell-action@v4
2
2
with :
3
3
# Github token used to fetch the list of changed files in the commit.
4
4
# Default: ${{ github.token }}
You can’t perform that action at this time.
0 commit comments