Skip to content

Commit

Permalink
Merge pull request #58 from SimonMarquis/dependabot/github_actions/gr…
Browse files Browse the repository at this point in the history
…adle/gradle-build-action-2.6.0

Bump gradle/gradle-build-action from 2.5.1 to 2.6.0
  • Loading branch information
SimonMarquis committed Jul 11, 2023
2 parents 4197bdc + ed7add2 commit 4a15a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }}
run: echo $GOOGLE_SERVICES_JSON > ./app/google-services.json
- name: Assemble → Test → Lint
uses: gradle/gradle-build-action@40b6781dcdec2762ad36556682ac74e31030cfe2 # v2.5.1
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
arguments: assembleDebug test lint --stacktrace
- name: Upload APK
Expand Down

0 comments on commit 4a15a89

Please sign in to comment.