From ea528a4a3ebacf88421230623a392229e1947a42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 05:21:32 +0000 Subject: [PATCH] Bump android-actions/setup-android from 2.0.6 to 2.0.7 Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/android-actions/setup-android/releases) - [Commits](https://github.com/android-actions/setup-android/compare/v2.0.6...v2.0.7) 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 5a1aca187..cf0413555 100644 --- a/.github/workflows/api-level-lint.yml +++ b/.github/workflows/api-level-lint.yml @@ -20,7 +20,7 @@ jobs: distribution: 'adopt' java-version: 16 - name: Setup Android SDK - uses: android-actions/setup-android@v2.0.6 + uses: android-actions/setup-android@v2.0.7 - name: Add execution right to the script run: chmod +x gradlew working-directory: ./android