Skip to content

Commit

Permalink
build: update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvc committed Sep 29, 2023
1 parent 5b30b43 commit 25b2cb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: setup jdk
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
- name: Make Gradle executable
run: chmod +x ./gradlew
- name: Build Release APK
Expand Down

0 comments on commit 25b2cb7

Please sign in to comment.