File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/checkout@v5
22
22
- name : Setup Java ${{ matrix.java }} ${{ matrix.distribution }}
23
- uses : actions/setup-java@v4
23
+ uses : actions/setup-java@v5
24
24
with :
25
25
cache : ${{ matrix.cache }}
26
26
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 : ' temurin'
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@v5
13
13
- name : Setup Java
14
- uses : actions/setup-java@v4
14
+ uses : actions/setup-java@v5
15
15
with :
16
16
cache : maven
17
17
distribution : temurin
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v5
17
17
- name : Setup Java
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 17
17
# Disabling shallow clone is recommended for improving relevancy of reporting
18
18
fetch-depth : 0
19
19
- name : Setup Java
20
- uses : actions/setup-java@v4
20
+ uses : actions/setup-java@v5
21
21
with :
22
22
cache : maven
23
23
distribution : temurin
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v5
16
16
- name : Setup Java
17
- uses : actions/setup-java@v4
17
+ uses : actions/setup-java@v5
18
18
with :
19
19
cache : maven
20
20
distribution : temurin
You can’t perform that action at this time.
0 commit comments