From 319e136e0b6d0a7dd6914f96850241fd2fd2db0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 22:32:57 +0000 Subject: [PATCH] chore(deps): bump android-actions/setup-android from 4.0.0 to 4.0.1 Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/android-actions/setup-android/releases) - [Commits](https://github.com/android-actions/setup-android/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: android-actions/setup-android dependency-version: 4.0.1 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 72d37668..a17e6013 100644 --- a/.github/workflows/api-level-lint.yml +++ b/.github/workflows/api-level-lint.yml @@ -20,7 +20,7 @@ jobs: java-version: 21 cache: gradle - name: Setup Android SDK - uses: android-actions/setup-android@v4.0.0 + uses: android-actions/setup-android@v4.0.1 - name: Build SDK with Android project configuration id: lint run: ./gradlew --no-daemon build -Pandroid=true