From a472bf40f709046c73833cefbd20c8c0001026b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 22:35:23 +0000 Subject: [PATCH] Bump android-actions/setup-android from 2.0.10 to 3.0.0 Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 2.0.10 to 3.0.0. - [Release notes](https://github.com/android-actions/setup-android/releases) - [Commits](https://github.com/android-actions/setup-android/compare/v2.0.10...v3.0.0) --- updated-dependencies: - dependency-name: android-actions/setup-android dependency-type: direct:production update-type: version-update:semver-major ... 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 23d12ed42..2cacf2aab 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@v2.0.10 + uses: android-actions/setup-android@v3.0.0 - name: Build SDK with Android project configuration id: lint run: ./gradlew --no-daemon build -Pandroid=true