Skip to content

Commit ecf4e51

Browse files
authored
Merge pull request #59 from Kotlin-Android-Open-Source/renovate/actions-setup-java-3.x
Update actions/setup-java action to v3
2 parents 4f4d262 + 939f2ca commit ecf4e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717

1818
- name: Set up JDK
19-
uses: actions/setup-java@v2
19+
uses: actions/setup-java@v3
2020
with:
2121
distribution: 'zulu'
2222
java-version: '11'

0 commit comments

Comments
 (0)