From c05376218381e5649b3279f1cd7e0ef856f69044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 08:22:38 +0000 Subject: [PATCH] fix(deps): bump android-actions/setup-android from 4.0.1 to 4.0.4 Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 4.0.1 to 4.0.4. - [Release notes](https://github.com/android-actions/setup-android/releases) - [Commits](https://github.com/android-actions/setup-android/compare/v4.0.1...v4.0.4) --- updated-dependencies: - dependency-name: android-actions/setup-android dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/api-level-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-level-lint.yml b/.github/workflows/api-level-lint.yml index 9bf08e0f..cd7f0fab 100644 --- a/.github/workflows/api-level-lint.yml +++ b/.github/workflows/api-level-lint.yml @@ -18,7 +18,7 @@ jobs: java-version: 21 cache: gradle - name: Setup Android SDK - uses: android-actions/setup-android@v4.0.1 + uses: android-actions/setup-android@v4.0.4 - name: Add execution right to the script run: chmod +x gradlew working-directory: ./android