Skip to content

Commit

Permalink
Update README.md to reference v2
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz authored Jan 29, 2024
1 parent 27152f6 commit 1ff5a18
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 @@ -46,7 +46,7 @@ We created an example [Homoglyph attack PR here](https://github.com/JLLeitschuh/
Simply add this action to your workflow **after** having checked out your source tree and **before** running any Gradle build:

```yaml
uses: gradle/wrapper-validation-action@v1
uses: gradle/wrapper-validation-action@v2
```
### Add a new dedicated Workflow
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
- uses: gradle/wrapper-validation-action@v2
```

## Contributing to an external GitHub Repository
Expand Down

0 comments on commit 1ff5a18

Please sign in to comment.