Skip to content

Commit

Permalink
Merge pull request #59 from Kotlin-Android-Open-Source/renovate/actio…
Browse files Browse the repository at this point in the history
…ns-setup-java-3.x

Update actions/setup-java action to v3
  • Loading branch information
hoc081098 authored Feb 25, 2022
2 parents 4f4d262 + 939f2ca commit ecf4e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
Expand Down

0 comments on commit ecf4e51

Please sign in to comment.