Skip to content

Commit 5b58e5a

Browse files
Merge pull request #1389 from square/renovate/reactivecircus-android-emulator-runner-digest
Update reactivecircus/android-emulator-runner digest to 1dcd009
2 parents 0e4baf3 + 8cb3ef6 commit 5b58e5a

File tree

1 file changed

+2
-2
lines changed
  • .github/actions/gradle-tasks-with-emulator

1 file changed

+2
-2
lines changed

.github/actions/gradle-tasks-with-emulator/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ runs:
6767
# If the AVD cache didn't exist, create an AVD
6868
- name: create AVD and generate snapshot for caching
6969
if: steps.restore-avd-cache.outputs.cache-hit != 'true'
70-
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # v2
70+
uses: reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed # v2
7171
with:
7272
api-level: ${{ inputs.api-level }}
7373
arch: x86_64
@@ -93,7 +93,7 @@ runs:
9393
# Run the actual emulator tests.
9494
# At this point every task should be up-to-date and the AVD should be ready to go.
9595
- name: run tests
96-
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # v2
96+
uses: reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed # v2
9797
with:
9898
api-level: ${{ inputs.api-level }}
9999
arch: x86_64

0 commit comments

Comments
 (0)