mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-21 06:55:24 +00:00
docs(ci): update setup action to state correct jdk version
This commit is contained in:
parent
613f2d31c5
commit
c661009b31
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
@ -6,7 +6,7 @@ inputs:
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Set up JDK 17
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: "temurin"
|
||||
|
Loading…
Reference in New Issue
Block a user