Skip to content

Commit 78e5307

Browse files
chore(deps): update reactivecircus/android-emulator-runner action to v2.35.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 04689b9 commit 78e5307

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)