Skip to content

Commit

Permalink
Merge pull request #13812 from nextcloud/renovate/reactivecircus-andr…
Browse files Browse the repository at this point in the history
…oid-emulator-runner-2.x

Update reactivecircus/android-emulator-runner action to v2.33.0
  • Loading branch information
AndyScherzinger authored Oct 18, 2024
2 parents 79cc82c + 11aabfc commit 7a0192e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/screenShotTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: create AVD and generate snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915 # v2.32.0
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # v2.33.0
with:
api-level: ${{ matrix.api-level }}
force-avd-creation: false
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Run screenshot tests
env:
SHOT_TEST: "true"
uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915 # v2.32.0
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # v2.33.0
with:
api-level: ${{ matrix.api-level }}
force-avd-creation: false
Expand Down

0 comments on commit 7a0192e

Please sign in to comment.