Merge pull request #2951 from kiwix/Issue#2950

Upgrading Runner And Checkout for Nightly
This commit is contained in:
MohitMaliFtechiz 2022-08-16 19:13:39 +05:30 committed by GitHub
commit 50fc766941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
with:
fetch-depth: 1
@ -26,7 +26,7 @@ jobs:
java-version: 11
- name: run instrumentation tests
uses: ReactiveCircus/android-emulator-runner@v2.19.1
uses: ReactiveCircus/android-emulator-runner@v2.23.0
with:
api-level: ${{ matrix.api-level }}
arch: x86_64