Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Iamlooker committed Mar 22, 2024
1 parent ddc8ee3 commit f06cd51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: chmod +x gradlew

- name: Build Release APK
uses: gradle/gradle-build-action@v2.11.1
uses: gradle/gradle-build-action@v3.1.0
with:
arguments: assembleRelease

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
run: chmod +x gradlew

- name: Test Droid-ify
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: test

0 comments on commit f06cd51

Please sign in to comment.