Skip to content

Commit

Permalink
chore(ci): update actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrasset committed Feb 16, 2024
1 parent 65b4e0d commit 6e09e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-release-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
name: Build APK and Create release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '12.x'
- run: echo $SIGNING_KEY | base64 -d > android/app/key.jks
Expand Down

0 comments on commit 6e09e89

Please sign in to comment.