Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 57cb3b8

Browse files
change gradle-action config
1 parent b24fa3b commit 57cb3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/react-native-code-push-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Start adb server
1919
run: adb devices
2020
- name: Gradle cache
21-
uses: gradle/gradle-build-action@v2
21+
uses: gradle/actions/setup-gradle@v3
2222
- name: Download system image "android-${{ matrix.api-level }}"
2323
run: $ANDROID_HOME/tools/bin/sdkmanager "system-images;android-${{ matrix.api-level }};google_apis;x86"
2424
- name: Create android emulator

0 commit comments

Comments
 (0)