Skip to content

Commit

Permalink
Update example version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Oct 15, 2024
1 parent d89dee9 commit 0b2c9b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: errata-ai/vale-action@v2.1.0
- uses: errata-ai/vale-action@v2.1.1
```
## Repository Structure
Expand Down Expand Up @@ -59,7 +59,7 @@ You can further customize the linting processing by providing one of the followi
To add an input, edit your workflow file and add the `with` key to the `uses` block. For example:

```yaml
- uses: errata-ai/vale-action@v2.1.0
- uses: errata-ai/vale-action@v2.1.1
with:
version: 2.17.0
```
Expand Down

0 comments on commit 0b2c9b9

Please sign in to comment.