From 80e45f60cd92642665aa3b0c7476b1f065306a9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:41:29 +0000 Subject: [PATCH] build(deps): bump android-actions/setup-android from 2 to 3 Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 2 to 3. - [Release notes](https://github.com/android-actions/setup-android/releases) - [Commits](https://github.com/android-actions/setup-android/compare/v2...v3) --- 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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9667bb1..71aca3c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: # has been compiled by a more recent version of the Java Runtime (class file version 61.0), # this version of the Java Runtime only recognizes class file versions up to 55.0 # uses: android-actions/setup-android@v3 - uses: android-actions/setup-android@v2 + uses: android-actions/setup-android@v3 - name: Setup Android NDK (${{ env.NDK_VERSION }}) run: yes | sdkmanager "ndk;${{ env.NDK_VERSION }}" >/dev/null