appium / java-client

Java language binding for writing Appium Tests, conforms to W3C WebDriver Protocol
Apache License 2.0
1.21k stars 756 forks source link

ci: Use non-deprecated GH action for Gradle wrapper validation #2160

Closed valfirst closed 5 months ago

valfirst commented 5 months ago

Change list

https://github.com/gradle/wrapper-validation-action/releases/tag/v3.3.0:

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.

Types of changes

What types of changes are you proposing/introducing to Java client?