From bcbbe39edb2e0aaff362129c2651d03e31a9c605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 00:00:35 +0000 Subject: [PATCH] Bump android-actions/setup-android from 3 to 4 Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 3 to 4. - [Release notes](https://github.com/android-actions/setup-android/releases) - [Commits](https://github.com/android-actions/setup-android/compare/v3...v4) --- updated-dependencies: - dependency-name: android-actions/setup-android dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index f7dc677..d2377d1 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -82,7 +82,7 @@ jobs: - name: Set up Android SDK if: matrix.platform == 'android' id: setup-android - uses: android-actions/setup-android@v3 + uses: android-actions/setup-android@v4 with: # Space-separated list (multiline is passed as one arg and breaks sdkmanager) packages: "tools platform-tools platforms;android-36 build-tools;36.0.0"