From b1eb08b764b4ba3c87ee1195e6ab1b97a87ec9f1 Mon Sep 17 00:00:00 2001 From: Paul Merlin Date: Fri, 10 Jan 2020 18:05:42 +0100 Subject: [PATCH] Fix README Signed-off-by: Paul Merlin --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83f0812..3957a73 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ If any are found that do not match the SHA-256 checksums of our official release 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@releases/v1 +uses: gradle/wrapper-validation-action@v1 ``` Here's a sample complete workflow you can add to your repositories: @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: gradle/wrapper-validation-action@releases/v1 + - uses: gradle/wrapper-validation-action@v1 ``` ## Reporting Failures