From 26043c6f002dcb35adf99d79dbf7f44fe7c8773c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 11:19:40 +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/build-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index 015565c..6b1c5f2 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Android SDK if: matrix.platform == 'android' - uses: android-actions/setup-android@v3 + uses: android-actions/setup-android@v4 - name: Build Android app if: matrix.platform == 'android'