Skip to content

Commit fbdadd6

Browse files
authored
Merge branch 'main' into dependabot/github_actions/github/codeql-action-3.28.13
2 parents ab1366f + 70afa2e commit fbdadd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/agp-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
# We tried to use the cache action to cache gradle stuff, but it made tests slower and timeout
6363
- name: Run instrumentation tests
64-
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # pin@v2
64+
uses: reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed # pin@v2
6565
with:
6666
api-level: 30
6767
force-avd-creation: false

.github/workflows/integration-tests-ui-critical.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
version: ${{env.MAESTRO_VERSION}}
103103

104104
- name: Run tests
105-
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # pin@v2.33.0
105+
uses: reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed # pin@v2.34.0
106106
with:
107107
api-level: ${{ matrix.api-level }}
108108
force-avd-creation: false

0 commit comments

Comments
 (0)