Skip to content

Commit

Permalink
Update android-actions/setup-android action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 25, 2023
1 parent c52bed8 commit 735c2ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: gradle

- name: Setup Android SDK
uses: android-actions/setup-android@v2
uses: android-actions/setup-android@v3

- name: Build and Run Tests with Gradle
run: ./gradlew build
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: gradle

- name: Setup Android SDK
uses: android-actions/setup-android@v2
uses: android-actions/setup-android@v3

# Decrypt Secret files needed to deploy
- name: Decrypt Secrets
Expand Down

0 comments on commit 735c2ff

Please sign in to comment.