From 1e276e83711c59cc75cec659be9fb173eb1529b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 17:30:29 +0000 Subject: [PATCH] ci: 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 f9c4ca6..1215e34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: distribution: temurin java-version: 17 - uses: gradle/actions/setup-gradle@v6 - - uses: android-actions/setup-android@v3 + - uses: android-actions/setup-android@v4 - run: ./gradlew jacocoTestReport - uses: codecov/codecov-action@v7 if: github.event_name == 'push' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41daec5..540c1a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: uses: gradle/actions/setup-gradle@v6 - name: Setup Android SDK - uses: android-actions/setup-android@v3 + uses: android-actions/setup-android@v4 - name: Decode keystore run: echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 -d > app/release.keystore