Skip to content

Commit

Permalink
Upgrade Gradle Wrapper Validation GH Action to v3 (#15)
Browse files Browse the repository at this point in the history
Closes gh-15
  • Loading branch information
vanam committed Jul 15, 2024
1 parent f6ca3b5 commit 0504b48
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 @@ -21,6 +21,6 @@ jobs:
cache: 'gradle'
check-latest: true
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v2
uses: gradle/actions/wrapper-validation@v3
- name: Build with Gradle
run: ./gradlew build --no-daemon

0 comments on commit 0504b48

Please sign in to comment.