Skip to content

Commit

Permalink
ci(deps): update android-actions/setup-android action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 27, 2024
1 parent daa0021 commit 0e147f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: 17

- name: Setup Android SDK
uses: android-actions/setup-android@v2.0.10
uses: android-actions/setup-android@v3.2.1
- name: Run script
run: |
# Add your script commands here
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
java-version: 17

- name: Setup Android SDK
uses: android-actions/setup-android@v2.0.10
uses: android-actions/setup-android@v3.2.1
- name: Build
run: |
npm ci
Expand Down

0 comments on commit 0e147f1

Please sign in to comment.