From ba3bd10659e295c877eb24a04fb89a709becc0f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 23:48:13 +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.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df939dc..dfbb0a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: java-version: 1.8 java-package: jdk - name: "🧰 Install Android SDK" - uses: android-actions/setup-android@v3 + uses: android-actions/setup-android@v4 - name: "📁 Copy local CI properties" run: cp ci/local.properties ./ - name: "🏗 Build" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8eb9ebc..fc72049 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: java-version: 1.8 java-package: jdk - name: "🧰 Install Android SDK" - uses: android-actions/setup-android@v3 + uses: android-actions/setup-android@v4 - name: "🕶 Decrypt secret files" run: | cd secret