Skip to content

Commit f127d57

Browse files
Merge pull request #15937 from nextcloud/renovate/reactivecircus-android-emulator-runner-2.x
chore(deps): update reactivecircus/android-emulator-runner action to v2.35.0
2 parents 35b0d0e + 3d6c006 commit f127d57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/screenShotTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: create AVD and generate snapshot for caching
5858
if: steps.avd-cache.outputs.cache-hit != 'true'
59-
uses: reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed # v2.34.0
59+
uses: reactivecircus/android-emulator-runner@b530d96654c385303d652368551fb075bc2f0b6b # v2.35.0
6060
with:
6161
api-level: ${{ matrix.api-level }}
6262
force-avd-creation: false
@@ -87,7 +87,7 @@ jobs:
8787
- name: Run screenshot tests
8888
env:
8989
SHOT_TEST: "true"
90-
uses: reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed # v2.34.0
90+
uses: reactivecircus/android-emulator-runner@b530d96654c385303d652368551fb075bc2f0b6b # v2.35.0
9191
with:
9292
api-level: ${{ matrix.api-level }}
9393
force-avd-creation: false

0 commit comments

Comments
 (0)