From 54ecff084b424af9e441b97d0d18bf11c76813a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:27:33 +0000 Subject: [PATCH] chore(deps): bump android-actions/setup-android from 3.2.1 to 3.2.2 Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/android-actions/setup-android/releases) - [Commits](https://github.com/android-actions/setup-android/compare/v3.2.1...v3.2.2) --- 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 d84787fd..0761df0a 100644 --- a/.github/workflows/api-level-lint.yml +++ b/.github/workflows/api-level-lint.yml @@ -18,7 +18,7 @@ jobs: java-version: 21 cache: gradle - name: Setup Android SDK - uses: android-actions/setup-android@v3.2.1 + uses: android-actions/setup-android@v3.2.2 - name: Add execution right to the script run: chmod +x gradlew working-directory: ./android