From 128a4c204e2608ae992c45bd47cb27d23a57e499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:06:43 +0000 Subject: [PATCH] chore(ci): bump gradle/actions from 6.2.0 to 6.3.0 Bumps [gradle/actions](https://github.com/gradle/actions) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 9c4e286e..c0e8ff97 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -122,7 +122,7 @@ jobs: java-version: '17' - name: Resolve NDK run: echo "ANDROID_NDK_HOME=$ANDROID_NDK_LATEST_HOME" >> "$GITHUB_ENV" - - uses: gradle/actions/setup-gradle@v6.2.0 + - uses: gradle/actions/setup-gradle@v6.3.0 with: # v6 extracted the default ("enhanced") Gradle User Home cache into the # closed-source `gradle-actions-caching` library (separate Terms of Use).