Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v3 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 17, 2024
1 parent 547791a commit b420a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
run: chmod +x ./gradlew

- name: Spotless check
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: spotlessCheck

- name: Build debug APK
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: assembleDebug --warning-mode all --stacktrace

Expand Down

0 comments on commit b420a58

Please sign in to comment.