Skip to content

Commit

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

chore(deps): update reactivecircus/android-emulator-runner action to v2.32.0
  • Loading branch information
AndyScherzinger authored Jul 16, 2024
2 parents ac7d9ba + 26b73f6 commit 13a1e94
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@77986be26589807b8ebab3fde7bbf5c60dabec32 # v2.31.0
uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915 # v2.32.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@77986be26589807b8ebab3fde7bbf5c60dabec32 # v2.31.0
uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915 # v2.32.0
with:
api-level: ${{ matrix.api-level }}
force-avd-creation: false
Expand Down

0 comments on commit 13a1e94

Please sign in to comment.