From 4b865edf1421a5ff3b040c90d7fbe732bb584f71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 09:10:09 +0000 Subject: [PATCH] chore(ci):(deps): 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.yml | 2 +- .github/workflows/codeql.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 59a1ec5..d3e86e3 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -51,7 +51,7 @@ jobs: distribution: "temurin" java-version: "17" - name: Setup Android SDK - uses: android-actions/setup-android@v3 + uses: android-actions/setup-android@v4 - name: Setup Gradle Build Action uses: gradle/gradle-build-action@v3 with: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ae612f3..1ebeb5b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -79,7 +79,7 @@ jobs: - name: Setup Android SDK for Kotlin if: matrix.language == 'kotlin' - uses: android-actions/setup-android@v3 + uses: android-actions/setup-android@v4 - name: Cache Metro bundler for Kotlin if: matrix.language == 'kotlin'