From 2fedd627155acbe6926765f8d373b89d6e91a82e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 07:58:36 +0000 Subject: [PATCH] ci: 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/android_release.yml | 2 +- .github/workflows/architecture_checks.yml | 2 +- .github/workflows/dependency_hygiene.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android_release.yml b/.github/workflows/android_release.yml index 73c839e9..28765d72 100644 --- a/.github/workflows/android_release.yml +++ b/.github/workflows/android_release.yml @@ -23,7 +23,7 @@ jobs: cache: 'gradle' - name: Set up Android SDK - uses: android-actions/setup-android@v3 + uses: android-actions/setup-android@v4 - name: Install Android NDK run: sdkmanager --install "ndk;${NDK_VERSION}" diff --git a/.github/workflows/architecture_checks.yml b/.github/workflows/architecture_checks.yml index f6266646..81e7dad6 100644 --- a/.github/workflows/architecture_checks.yml +++ b/.github/workflows/architecture_checks.yml @@ -23,7 +23,7 @@ jobs: cache: 'gradle' - name: Set up Android SDK - uses: android-actions/setup-android@v3 + uses: android-actions/setup-android@v4 - name: Grant execute permission for gradlew run: chmod +x gradlew diff --git a/.github/workflows/dependency_hygiene.yml b/.github/workflows/dependency_hygiene.yml index 8b22a8aa..015655e9 100644 --- a/.github/workflows/dependency_hygiene.yml +++ b/.github/workflows/dependency_hygiene.yml @@ -20,7 +20,7 @@ jobs: cache: 'gradle' - name: Set up Android SDK - uses: android-actions/setup-android@v3 + uses: android-actions/setup-android@v4 - name: Grant execute permission for gradlew run: chmod +x gradlew