As of v3 this action has been deprecated by gradle/actions/wrapper-validation.
Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.
What precondition(s) should be checked before applying this recipe?
Uses gradle/wrapper-validation-action
Describe the situation before applying the recipe
uses: gradle/wrapper-validation-action@v3
Describe the situation after applying the recipe
uses: gradle/actions/wrapper-validation@v3
Any additional context
There are no functional changes in this release. The jump directly to v3 (and v3.3.0) serves 2 purposes:
Ensure that users explicitly switch to the new delegating action implementation
This upgrade also provides an opportunity for users to switch directly to gradle/actions/wrapper-validation
What problem are you trying to solve?
https://github.com/gradle/wrapper-validation-action/releases/tag/v3.3.0
What precondition(s) should be checked before applying this recipe?
Uses
gradle/wrapper-validation-action
Describe the situation before applying the recipe
Describe the situation after applying the recipe
Any additional context