[ ] ๐ Documentation (updates to the documentation, readme or JSdoc annotations)
[ ] ๐ Bug fix (a non-breaking change that fixes an issue)
[ ] ๐ Enhancement (improving an existing functionality like performance)
[ ] โจ New feature (a non-breaking change that adds functionality)
[x] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
[ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description, Motivation, and Context
Updated the CI job to use gradle/actions/wrapper-validation@v3 instead of the deprecated gradle/wrapper-validation-action@v3.
This change is required because gradle/wrapper-validation-action@v3 has been superseded by gradle/actions/wrapper-validation@v3. Updating ensures we are using the latest supported action.
โ Type of change
๐ Description, Motivation, and Context
Updated the CI job to use
gradle/actions/wrapper-validation@v3
instead of the deprecatedgradle/wrapper-validation-action@v3
.This change is required because
gradle/wrapper-validation-action@v3
has been superseded bygradle/actions/wrapper-validation@v3
. Updating ensures we are using the latest supported action.See https://github.com/gradle/wrapper-validation-action/blob/main/README.md Also see the warning messages from CI/CD jobs: https://github.com/thriving-dev/java-library-template/actions/runs/9406291395
๐งช How Has This Been Tested?
๐ Checklist