diff --git a/README.md b/README.md index 5187044..feda084 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,9 @@ The `wrapper-validation` action validates the checksums of _all_ [Gradle Wrapper The action should be run in the root of the repository, as it will recursively search for any files named `gradle-wrapper.jar`. +Starting with v4 the `setup-gradle` action will [perform wrapper validation](docs/setup-gradle.md#gradle-wrapper-validation) on each execution. +If you are using `setup-gradle` in your workflows, it is unlikely that you will need to use the `wrapper-validation` action. + ### Example workflow ```yaml diff --git a/docs/wrapper-validation.md b/docs/wrapper-validation.md index 4bf2e0b..490eed9 100644 --- a/docs/wrapper-validation.md +++ b/docs/wrapper-validation.md @@ -4,8 +4,8 @@ This action validates the checksums of _all_ [Gradle Wrapper](https://docs.gradl The action should be run in the root of the repository, as it will recursively search for any files named `gradle-wrapper.jar`. -The `setup-gradle` action will perform wrapper validation on each execution. If you are using `setup-gradle` in your -workflows, it is unlikely that you will need to use this action. +Starting with v4 the `setup-gradle` action will [perform wrapper validation](../docs/setup-gradle.md#gradle-wrapper-validation) on each execution. +If you are using `setup-gradle` in your workflows, it is unlikely that you will need to use the `wrapper-validation` action. ## The Gradle Wrapper Problem in Open Source diff --git a/wrapper-validation/README.md b/wrapper-validation/README.md index 26b8c0c..bc36120 100644 --- a/wrapper-validation/README.md +++ b/wrapper-validation/README.md @@ -4,6 +4,9 @@ The `wrapper-validation` action validates the checksums of _all_ [Gradle Wrapper The action should be run in the root of the repository, as it will recursively search for any files named `gradle-wrapper.jar`. +Starting with v4 the `setup-gradle` action will [perform wrapper validation](../docs/setup-gradle.md#gradle-wrapper-validation) on each execution. +If you are using `setup-gradle` in your workflows, it is unlikely that you will need to use the `wrapper-validation` action. + ### Example workflow ```yaml