Skip to content

Commit

Permalink
[fix] ci fails looking for v3 reverting to v2 (#2604)
Browse files Browse the repository at this point in the history
  • Loading branch information
tosterberg authored May 15, 2023
1 parent 7c51cc2 commit 63cb671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
distribution: 'corretto'
java-version: 11
- name: Gradle cache
uses: gradle/gradle-build-action@v3
uses: gradle/gradle-build-action@v2
- name: run tests
uses: reactivecircus/android-emulator-runner@v2
with:
Expand Down

0 comments on commit 63cb671

Please sign in to comment.