Skip to content

Commit 25b2cb7

Browse files
committed
build: update action versions
1 parent 5b30b43 commit 25b2cb7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: checkout code
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
- name: setup jdk
15-
uses: actions/setup-java@v1
15+
uses: actions/setup-java@v3
1616
with:
1717
java-version: 17
18+
distribution: 'temurin'
1819
- name: Make Gradle executable
1920
run: chmod +x ./gradlew
2021
- name: Build Release APK

0 commit comments

Comments
 (0)