Skip to content

Commit

Permalink
github: update android5 action
Browse files Browse the repository at this point in the history
  • Loading branch information
kar committed Oct 25, 2024
1 parent 5a89230 commit f8193d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT

- name: Set Up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 11

- name: Change wrapper permissions
Expand Down

0 comments on commit f8193d4

Please sign in to comment.