From af5aac5a3d0e5faddda57d68a6ff7d4f169aab88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 13:13:32 +0200 Subject: [PATCH] Bump gradle/gradle-build-action from 2.4.2 to 2.5.1 (#2456) --- .github/workflows/device-tests-android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/device-tests-android.yml b/.github/workflows/device-tests-android.yml index ef9728912d..4276e7d987 100644 --- a/.github/workflows/device-tests-android.yml +++ b/.github/workflows/device-tests-android.yml @@ -84,7 +84,7 @@ jobs: run: dotnet tool install Microsoft.DotNet.XHarness.CLI --global --version "1.*-*" - name: Setup Gradle - uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # pin@v2 + uses: gradle/gradle-build-action@40b6781dcdec2762ad36556682ac74e31030cfe2 # pin@v2 # Cached AVD setup per https://github.com/ReactiveCircus/android-emulator-runner/blob/main/README.md