Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nqmgaming authored Sep 15, 2024
1 parent af25d73 commit 1d04aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java-version: [ 17 ]

steps:
- uses: actions/checkout@v4.3.0
- uses: actions/checkout@v4.1.7
- name: Cache Gradle dependencies
uses: actions/cache@v4
with:
Expand All @@ -29,7 +29,7 @@ jobs:
restore-keys: |
gradle-${{ runner.os }}-jdk-${{ matrix.java-version }}-
- name: set up JDK 17
uses: actions/checkout@v4.3.0
uses: actions/checkout@v4.1.7
with:
java-version: '17'
distribution: 'temurin'
Expand Down

0 comments on commit 1d04aa2

Please sign in to comment.