From 57cb3b82f928d9e38f9e2de1c9e8daef17f53c49 Mon Sep 17 00:00:00 2001 From: Djordje Dimitrijev Date: Mon, 10 Jun 2024 16:57:41 +0200 Subject: [PATCH] change gradle-action config --- .github/workflows/react-native-code-push-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/react-native-code-push-ci.yml b/.github/workflows/react-native-code-push-ci.yml index 9fdf01fc9..c5f9d97f0 100644 --- a/.github/workflows/react-native-code-push-ci.yml +++ b/.github/workflows/react-native-code-push-ci.yml @@ -18,7 +18,7 @@ jobs: - name: Start adb server run: adb devices - name: Gradle cache - uses: gradle/gradle-build-action@v2 + uses: gradle/actions/setup-gradle@v3 - name: Download system image "android-${{ matrix.api-level }}" run: $ANDROID_HOME/tools/bin/sdkmanager "system-images;android-${{ matrix.api-level }};google_apis;x86" - name: Create android emulator