Skip to content

Commit ae7f3ce

Browse files
authored
Merge pull request #1948 from kivy/renovate/actions-setup-java-5.x
Update actions/setup-java action to v5
2 parents 580dcc1 + 03de250 commit ae7f3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: '3.x'
2020
- name: Setup Java
21-
uses: actions/setup-java@v4
21+
uses: actions/setup-java@v5
2222
with:
2323
java-version: '17'
2424
distribution: 'temurin'

0 commit comments

Comments
 (0)