Skip to content

Commit

Permalink
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 nielsvanvelzen committed Jan 27, 2024
1 parent 2067c00 commit 8836e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
distribution: temurin
java-version: 17
- name: Setup Gradle
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
uses: gradle/gradle-build-action@4a8703fa348fe99fdb9d2ac233732f7dccea5437 # v3
- name: Assemble debug APKs
run: ./gradlew assembleDebug
- name: Create publish bundle
Expand Down

0 comments on commit 8836e2c

Please sign in to comment.