Skip to content

Commit

Permalink
Merge pull request #115 from SimonMarquis/dependabot/github_actions/g…
Browse files Browse the repository at this point in the history
…radle/gradle-build-action-3.0.0

Bump gradle/gradle-build-action from 2.12.0 to 3.0.0
  • Loading branch information
SimonMarquis authored Jan 31, 2024
2 parents 123fa39 + e36d6ec commit 5a58afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
java-version: 17
distribution: 'temurin'
- name: Check
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0
uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # v3.0.0
with:
arguments: check --stacktrace
- name: Assemble
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0
uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # v3.0.0
with:
arguments: assembleDebug bundleDebug --stacktrace
- name: Upload APK
Expand Down

0 comments on commit 5a58afb

Please sign in to comment.