Skip to content

Commit

Permalink
fix: replace v4 by v1 and v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismaillat committed Oct 18, 2024
1 parent a4b3ef1 commit 07d66ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v2

- name: Setup JDK
uses: actions/setup-java@v4
uses: actions/setup-java@v1
with:
distribution: "temurin"
java-version: "17"

- name: Set up Android SDK
uses: android-actions/setup-android@v4
uses: android-actions/setup-android@v3
with:
api-level: 34
build-tools: 34.0.0
Expand Down

0 comments on commit 07d66ea

Please sign in to comment.