From 38b1e7a4d3c381802a14a026bd98011b3c48f95c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 08:13:47 +0000 Subject: [PATCH] chore(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/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87883f9..669ff20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -231,7 +231,7 @@ jobs: distribution: temurin java-version: 17 - - uses: android-actions/setup-android@v3 + - uses: android-actions/setup-android@v4 - name: Install the Android NDK run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 165d706..3042a7d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -130,7 +130,7 @@ jobs: distribution: temurin java-version: 17 - - uses: android-actions/setup-android@v3 + - uses: android-actions/setup-android@v4 - name: Install the Android NDK run: |