Skip to content

Commit

Permalink
Update gradle/wrapper-validation-action action to v3 (#347)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent de07b52 commit 380234e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: 17

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v2.1.3
uses: gradle/wrapper-validation-action@v3.5.0

- name: Build
run: bash gradlew build
2 changes: 1 addition & 1 deletion .github/workflows/deploy-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
java-version: 17

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v2.1.3
uses: gradle/wrapper-validation-action@v3.5.0

- name: Build APK
run: bash gradlew app:assembleRelease
Expand Down

0 comments on commit 380234e

Please sign in to comment.