Skip to content

Commit 816ed43

Browse files
committed
fix(ci): bump android-actions/setup-android to v4
1 parent b5a4823 commit 816ed43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/platforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ jobs:
367367
run: cargo +${{ env.MSRV_AAUDIO }} check --verbose --target ${{ env.TARGET }}
368368

369369
- name: Setup Android SDK
370-
uses: android-actions/setup-android@v3
370+
uses: android-actions/setup-android@v4
371371
with:
372372
packages: platforms;android-${{ env.ANDROID_COMPILE_SDK }} build-tools;${{ env.ANDROID_BUILD_TOOLS }}
373373

0 commit comments

Comments
 (0)