From f87062c7ef663d37fcc74db4fffbec9757355019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:16:33 +0000 Subject: [PATCH] Bump android-actions/setup-android from 2 to 2.0.6 Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 2 to 2.0.6. - [Release notes](https://github.com/android-actions/setup-android/releases) - [Commits](https://github.com/android-actions/setup-android/compare/v2...v2.0.6) 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 5fdc02ebd..cc0ccfc5f 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 + uses: android-actions/setup-android@v2.0.6 - name: Add execution right to the script run: chmod +x gradlew working-directory: ./android