From 60203bb684c5d0fc090d0105eef208e157367700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 08:39:55 +0000 Subject: [PATCH] chore(deps): bump gradle/actions from 6.1.0 to 6.1.1 Bumps [gradle/actions](https://github.com/gradle/actions) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/50e97c2cd7a37755bbfafc9c5b7cafaece252f6e...5e2ebd065dc2488b7a6ad670704656cbbe1e8f60) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test-android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-android.yml b/.github/workflows/test-android.yml index ed36e96..1b0480d 100644 --- a/.github/workflows/test-android.yml +++ b/.github/workflows/test-android.yml @@ -200,7 +200,7 @@ jobs: git_ref: ${{ inputs.git_ref }} nodejs_project_dir: .nodejs-mobile-bare-prebuilds/test-harness/android/app/src/main/assets/nodejs-project - - uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0 + - uses: gradle/actions/setup-gradle@5e2ebd065dc2488b7a6ad670704656cbbe1e8f60 # v6.1.1 with: gradle-version: "8.9"