Skip to content

Commit ee21283

Browse files
committed
Revert "Bump reactivecircus/android-emulator-runner in the react-native group (#66095)"
This reverts commit acf661c.
1 parent d50ff80 commit ee21283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rnmobile-android-runner.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Create AVD and generate snapshot for caching
6262
if: steps.avd-cache.outputs.cache-hit != 'true'
63-
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # v2.33.0
63+
uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915 # v2.32.0
6464
with:
6565
api-level: ${{ matrix.api-level }}
6666
force-avd-creation: false
@@ -71,7 +71,7 @@ jobs:
7171
script: echo "Generated AVD snapshot for caching."
7272

7373
- name: Run tests
74-
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # v2.33.0
74+
uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915 # v2.32.0
7575
with:
7676
api-level: ${{ matrix.api-level }}
7777
force-avd-creation: false

0 commit comments

Comments
 (0)