Skip to content

Commit

Permalink
Update gradle/wrapper-validation-action action to v2.1.3 (#327)
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 May 1, 2024
1 parent eb9ccc4 commit e34eab7
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/[email protected].2
uses: gradle/[email protected].3

- 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/[email protected].2
uses: gradle/[email protected].3

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

0 comments on commit e34eab7

Please sign in to comment.