File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/checkout@v4
22
22
- name : Set up JDK
23
- uses : actions/setup-java@v4
23
+ uses : actions/setup-java@v5
24
24
with :
25
25
java-version : ${{ matrix.jdk }}
26
26
distribution : ' temurin'
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
- name : Set up JDK
22
- uses : actions/setup-java@v4
22
+ uses : actions/setup-java@v5
23
23
with :
24
24
java-version : ' 11'
25
25
distribution : ' temurin'
Original file line number Diff line number Diff line change 31
31
steps :
32
32
- uses : actions/checkout@v4
33
33
- name : Set up JDK
34
- uses : actions/setup-java@v4
34
+ uses : actions/setup-java@v5
35
35
with :
36
36
java-version : ${{ matrix.jdk }}
37
37
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments