mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-01 02:35:50 +01:00
build: update workflow actions (#982) [skip ci]
This commit is contained in:
parent
e756face36
commit
743df2353e
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -19,10 +19,10 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup JDK
|
||||
uses: actions/setup-java@v2
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'adopt'
|
||||
distribution: 'temurin'
|
||||
cache: gradle
|
||||
- name: Setup Android SDK
|
||||
uses: android-actions/setup-android@v2
|
||||
|
Loading…
Reference in New Issue
Block a user