Skip to content

Commit

Permalink
chore: Update the version in examples (#1611)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Mar 3, 2024
1 parent 214db1e commit 95724b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -17,13 +17,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5
- uses: streetsidesoftware/cspell-action@v6
```

## Usage

```yaml
- uses: streetsidesoftware/cspell-action@v5
- uses: streetsidesoftware/cspell-action@v6
with:
# Define glob patterns to filter the files to be checked. Use a new line between patterns to define multiple patterns.
# The default is to check ALL files that were changed in in the pull_request or push.
Expand Down
2 changes: 1 addition & 1 deletion usage.yaml
@@ -1,4 +1,4 @@
- uses: streetsidesoftware/cspell-action@v4
- uses: streetsidesoftware/cspell-action@v6
with:
# Github token used to fetch the list of changed files in the commit.
# Default: ${{ github.token }}
Expand Down

0 comments on commit 95724b2

Please sign in to comment.