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 24
24
uses : actions/checkout@v4.1.1
25
25
26
26
- name : Set up Java JDK 17
27
- uses : actions/setup-java@v4.0 .0
27
+ uses : actions/setup-java@v4.1 .0
28
28
with :
29
29
distribution : ' adopt'
30
30
java-version : ' 17'
Original file line number Diff line number Diff line change 33
33
uses : actions/checkout@v4
34
34
35
35
- name : Set up JDK
36
- uses : actions/setup-java@v4.0 .0
36
+ uses : actions/setup-java@v4.1 .0
37
37
with :
38
38
distribution : temurin
39
39
java-version : ${{ matrix.javaVersion }}
Original file line number Diff line number Diff line change 28
28
uses : actions/checkout@v4
29
29
30
30
- name : Set up JDK 17
31
- uses : actions/setup-java@v4.0 .0
31
+ uses : actions/setup-java@v4.1 .0
32
32
with :
33
33
distribution : ' adopt'
34
34
java-version : ' 17'
Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v4
17
17
18
18
- name : Set up JDK 17
19
- uses : actions/setup-java@v3.13 .0
19
+ uses : actions/setup-java@v4.1 .0
20
20
with :
21
21
distribution : ' adopt'
22
22
java-version : ' 17'
Original file line number Diff line number Diff line change 22
22
uses : actions/checkout@v4
23
23
24
24
- name : Set up JDK 17
25
- uses : actions/setup-java@v4.0 .0
25
+ uses : actions/setup-java@v4.1 .0
26
26
with :
27
27
distribution : ' adopt'
28
28
java-version : ' 17'
Original file line number Diff line number Diff line change 24
24
fetch-depth : 0
25
25
26
26
- name : Set up JDK 17
27
- uses : actions/setup-java@v4.0 .0
27
+ uses : actions/setup-java@v4.1 .0
28
28
with :
29
29
distribution : ' adopt'
30
30
java-version : ' 17'
You can’t perform that action at this time.
0 commit comments