Skip to content

Commit

Permalink
Update libraries to avoid deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwiz authored Sep 10, 2024
1 parent 3ca647a commit 3295ad6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ jobs:
runs-on: ubuntu-latest

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

- name: set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 17
java-version: '17'

- name: Generate cache key
run: .github/scripts/checksum.sh checksum.txt

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: |
~/.gradle/caches/modules-*
Expand All @@ -55,6 +55,4 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
pattern: assemble-*
merge-multiple: true
path: assemble.zip

0 comments on commit 3295ad6

Please sign in to comment.