Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from gradle/wrapper-validation-action to gradle/actions/wrapper-validation #101

Closed
timtebeek opened this issue Apr 15, 2024 · 0 comments · Fixed by #102
Closed

Switch from gradle/wrapper-validation-action to gradle/actions/wrapper-validation #101

timtebeek opened this issue Apr 15, 2024 · 0 comments · Fixed by #102
Labels

Comments

@timtebeek
Copy link
Contributor

What problem are you trying to solve?

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.

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant