diff --git a/docs/wrapper-validation.md b/docs/wrapper-validation.md index 490eed9..2fb3a29 100644 --- a/docs/wrapper-validation.md +++ b/docs/wrapper-validation.md @@ -4,8 +4,11 @@ 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`. -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. +> [!NOTE] +> Starting with v4 the `setup-gradle` action will automatically [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 bc36120..3748c47 100644 --- a/wrapper-validation/README.md +++ b/wrapper-validation/README.md @@ -4,8 +4,11 @@ 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. +> [!NOTE] +> Starting with v4 the `setup-gradle` action will automatically [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