From 1ff5a18cc396177ebd27c4250f7132e72af93462 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Mon, 29 Jan 2024 13:59:31 -0700 Subject: [PATCH] Update README.md to reference v2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6710697..a5994e6a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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