Skip to content

Commit bc834f1

Browse files
build(deps): bump reactivecircus/android-emulator-runner (#3087)
1 parent 467676e commit bc834f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/device-tests-android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Create AVD and generate snapshot for caching
9191
if: steps.avd-cache.outputs.cache-hit != 'true'
9292
timeout-minutes: 30
93-
uses: reactivecircus/android-emulator-runner@99a4aac18b4df9b3af66c4a1f04c1f23fa10c270 # pin@v3
93+
uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2 # pin@v3
9494
with:
9595
api-level: ${{ matrix.api-level }}
9696
# We don't need the Google APIs, but the default images are not available for 32+
@@ -105,7 +105,7 @@ jobs:
105105

106106
- name: Run Tests
107107
timeout-minutes: 30
108-
uses: reactivecircus/android-emulator-runner@99a4aac18b4df9b3af66c4a1f04c1f23fa10c270 # pin@v3
108+
uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2 # pin@v3
109109
with:
110110
api-level: ${{ matrix.api-level }}
111111
# We don't need the Google APIs, but the default images are not available for 32+

0 commit comments

Comments
 (0)