From d40b0c8647c7e9863c047bc5adf231f4af9d2519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 22:29:49 +0000 Subject: [PATCH] Bump android-actions/setup-android from 3.2.0 to 3.2.1 Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/android-actions/setup-android/releases) - [Commits](https://github.com/android-actions/setup-android/compare/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: android-actions/setup-android 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 e25f70580..ed53555f8 100644 --- a/.github/workflows/api-level-lint.yml +++ b/.github/workflows/api-level-lint.yml @@ -20,7 +20,7 @@ jobs: java-version: 17 cache: gradle - name: Setup Android SDK - uses: android-actions/setup-android@v3.2.0 + uses: android-actions/setup-android@v3.2.1 - name: Build SDK with Android project configuration id: lint run: ./gradlew --no-daemon build -Pandroid=true