Skip to content

Commit

Permalink
Merge pull request skydoves#111 from skydoves/renovate/actions-setup-…
Browse files Browse the repository at this point in the history
…java-4.x

Update actions/setup-java action to v4
  • Loading branch information
skydoves authored Nov 30, 2023
2 parents 5fd0437 + d326bdb commit b72085d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3

- name: set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 17
Expand Down

0 comments on commit b72085d

Please sign in to comment.