Skip to content

Commit

Permalink
Update Gradle Wrapper Validation Action to v3
Browse files Browse the repository at this point in the history
The current version (v1) of Gradle Wrapper Validation Action
is outdated and may stop working in the future.

Let's update the workflow dependency, and
use the format as recommended in
https://github.com/gradle/wrapper-validation-action/blob/main/README.md.
  • Loading branch information
aureliony authored and damithc committed Aug 8, 2024
1 parent 351d006 commit 6f00272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: ./run-checks.sh

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
uses: gradle/actions/wrapper-validation@v3

- name: Setup JDK 17
uses: actions/setup-java@v1
Expand Down

0 comments on commit 6f00272

Please sign in to comment.