From bca120cc46bea72c4fa1bb64c36101c782506a7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 16:52:39 +0000 Subject: [PATCH] build(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/freerdp-build.yml | 2 +- .github/workflows/instrumentation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/freerdp-build.yml b/.github/workflows/freerdp-build.yml index 4a27363..1612f8b 100644 --- a/.github/workflows/freerdp-build.yml +++ b/.github/workflows/freerdp-build.yml @@ -41,7 +41,7 @@ jobs: cache: gradle - name: Setup Android SDK - uses: android-actions/setup-android@v3 + uses: android-actions/setup-android@v4 with: packages: >- platforms;android-35 diff --git a/.github/workflows/instrumentation.yml b/.github/workflows/instrumentation.yml index f9c79a6..320b0d9 100644 --- a/.github/workflows/instrumentation.yml +++ b/.github/workflows/instrumentation.yml @@ -29,7 +29,7 @@ jobs: with: distribution: temurin java-version: '17' - - uses: android-actions/setup-android@v3 + - uses: android-actions/setup-android@v4 - name: Verify AAR present run: test -f core/rdp/libs/freerdp-android.aar - name: Run connected test on emulator