Skip to content

Commit 145688c

Browse files
ci(deps): update android-actions/setup-android action to v3
1 parent e2b2b5a commit 145688c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
java-version: 17
2222

2323
- name: Setup Android SDK
24-
uses: android-actions/setup-android@v2.0.10
24+
uses: android-actions/setup-android@v3.2.2
2525
- name: Run script
2626
run: |
2727
# Add your script commands here

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
java-version: 17
2727

2828
- name: Setup Android SDK
29-
uses: android-actions/setup-android@v2.0.10
29+
uses: android-actions/setup-android@v3.2.2
3030
- name: Run script
3131
run: |
3232
# Add your script commands here

0 commit comments

Comments
 (0)