diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-01-28 14:48:58 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-28 14:48:58 +0530 |
commit | 7936ca1e788168d25cf1961bd8c15cf1434158a4 (patch) | |
tree | de4d804d3d29314fc12740d2ac9aaa071cd22a45 /.github | |
parent | 1f8db46ade8a7c25deb568b8a5988ee7b340b9c1 (diff) |
Upgrade dependencies (#1289)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pull_request.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 2f0d0409..3ac736a9 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -46,7 +46,7 @@ jobs: - name: Run instrumentation tests if: ${{ steps.service-changed.outputs.result == 'true' }} - uses: reactivecircus/android-emulator-runner@94bd1ed921a31d37ed86b72d30ccf30ec46af636 + uses: reactivecircus/android-emulator-runner@08b092e904025fada32a01b711af1e7ff7b7a4a3 with: api-level: ${{ matrix.api-level }} target: default |