thriving-dev / java-library-template

๐ŸŽจ Java library template โ€ข Gradle Kotlin DSL โ€ข GitHub Actions CI/CD to build, release & publish to Maven Central โ€ข Renovate โ€ข Trivy โ€ข Javadoc (Pages) โ€ข Issue & PR Templates
https://www.youtube.com/watch?v=nXs7hSV6ris&list=PL1tfxqbktkFYK5zYjfHxt4wFOus5R9Y3g&index=1
Other
32 stars 4 forks source link

ci: update Gradle wrapper validation action #38

Closed benny123tw closed 5 months ago

benny123tw commented 5 months ago

โ“ Type of 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.

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

benny123tw commented 5 months ago

Hi @hartmut-co-uk, thanks for reviewing this PR. I've pushed a new commit to fix the issue.

hartmut-co-uk commented 5 months ago

Perfect, thanks!