Skip to content

Commit

Permalink
CI: Update reactivecircus/android-emulator-runner to v2.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrose-signal committed Feb 13, 2025
1 parent 36bc324 commit 525e8bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slow_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:

- name: Create AVD and generate snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2 # v2.30.1
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # v2.33.0
with:
arch: ${{ matrix.arch }}
api-level: ${{ env.ANDROID_API_LEVEL }}
Expand All @@ -172,7 +172,7 @@ jobs:
script: echo "Generated AVD snapshot for caching."

- name: Run tests
uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2 # v2.30.1
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # v2.33.0
with:
arch: ${{ matrix.arch }}
api-level: ${{ env.ANDROID_API_LEVEL }}
Expand Down

0 comments on commit 525e8bc

Please sign in to comment.