File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v5
17
17
- name : Set up Java and Maven
18
- uses : actions/setup-java@v4
18
+ uses : actions/setup-java@v5
19
19
with :
20
20
distribution : temurin
21
21
java-version : 21
29
29
steps :
30
30
- uses : actions/checkout@v5
31
31
- name : Set up Java and Maven
32
- uses : actions/setup-java@v4
32
+ uses : actions/setup-java@v5
33
33
with :
34
34
distribution : temurin
35
35
java-version : 21
41
41
steps :
42
42
- uses : actions/checkout@v5
43
43
- name : Set up Java and Maven
44
- uses : actions/setup-java@v4
44
+ uses : actions/setup-java@v5
45
45
with :
46
46
distribution : temurin
47
47
java-version : 21
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v5
15
15
- name : Set up Java and Maven
16
- uses : actions/setup-java@v4
16
+ uses : actions/setup-java@v5
17
17
with :
18
18
distribution : temurin
19
19
java-version : 21
Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v5
27
27
- name : Set up Java and Maven
28
- uses : actions/setup-java@v4
28
+ uses : actions/setup-java@v5
29
29
with :
30
30
distribution : temurin
31
31
java-version : 21
You can’t perform that action at this time.
0 commit comments