Update README.md to reference v2

This commit is contained in:
Daz DeBoer 2024-01-29 13:59:31 -07:00 committed by GitHub
parent 27152f6fa0
commit 1ff5a18cc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: Simply add this action to your workflow **after** having checked out your source tree and **before** running any Gradle build:
```yaml ```yaml
uses: gradle/wrapper-validation-action@v1 uses: gradle/wrapper-validation-action@v2
``` ```
### Add a new dedicated Workflow ### Add a new dedicated Workflow
@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1 - uses: gradle/wrapper-validation-action@v2
``` ```
## Contributing to an external GitHub Repository ## Contributing to an external GitHub Repository