File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 24
24
steps :
25
25
- uses : actions/checkout@v5
26
26
- name : Set up JDK ${{ matrix.java }} ${{ matrix.distribution }}
27
- uses : actions/setup-java@v4
27
+ uses : actions/setup-java@v5
28
28
with :
29
29
java-version : ${{ matrix.java }}
30
30
distribution : ${{ matrix.distribution }}
Original file line number Diff line number Diff line change 28
28
uses : actions/checkout@v5
29
29
30
30
- name : Setup Java
31
- uses : actions/setup-java@v4
31
+ uses : actions/setup-java@v5
32
32
with :
33
33
cache : maven
34
34
distribution : ' zulu'
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v5
17
17
- name : Set up JDK
18
- uses : actions/setup-java@v4
18
+ uses : actions/setup-java@v5
19
19
with :
20
20
cache : maven
21
21
distribution : temurin
Original file line number Diff line number Diff line change 63
63
</toolchains>
64
64
EOF
65
65
- name : Set up JDK
66
- uses : actions/setup-java@v4
66
+ uses : actions/setup-java@v5
67
67
with :
68
68
java-version : ${{ matrix.java }}
69
69
distribution : ${{ matrix.distribution }}
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v5
21
21
- name : Set up JDK
22
- uses : actions/setup-java@v4
22
+ uses : actions/setup-java@v5
23
23
with :
24
24
cache : maven
25
25
distribution : temurin
Original file line number Diff line number Diff line change 21
21
# Disabling shallow clone is recommended for improving relevancy of reporting
22
22
fetch-depth : 0
23
23
- name : Set up JDK
24
- uses : actions/setup-java@v4
24
+ uses : actions/setup-java@v5
25
25
with :
26
26
cache : maven
27
27
distribution : temurin
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@v5
20
20
- name : Set up JDK
21
- uses : actions/setup-java@v4
21
+ uses : actions/setup-java@v5
22
22
with :
23
23
cache : maven
24
24
distribution : temurin
You can’t perform that action at this time.
0 commit comments