File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
with :
20
20
fetch-depth : 0
21
21
- name : Setup Java
22
- uses : actions/setup-java@v3.13 .0
22
+ uses : actions/setup-java@v4.0 .0
23
23
with :
24
24
distribution : temurin
25
25
java-version : 17
44
44
with :
45
45
fetch-depth : 0
46
46
- name : Setup Java
47
- uses : actions/setup-java@v3.13 .0
47
+ uses : actions/setup-java@v4.0 .0
48
48
with :
49
49
distribution : temurin
50
50
java-version : ${{ matrix.java }}
65
65
- name : Checkout current branch
66
66
uses : actions/checkout@v4.1.1
67
67
- name : Setup Java
68
- uses : actions/setup-java@v3.13 .0
68
+ uses : actions/setup-java@v4.0 .0
69
69
with :
70
70
distribution : temurin
71
71
java-version : 17
82
82
- name : Checkout current branch
83
83
uses : actions/checkout@v4.1.1
84
84
- name : Setup Java
85
- uses : actions/setup-java@v3.13 .0
85
+ uses : actions/setup-java@v4.0 .0
86
86
with :
87
87
distribution : temurin
88
88
java-version : 17
@@ -110,7 +110,7 @@ jobs:
110
110
with :
111
111
fetch-depth : 0
112
112
- name : Setup Java
113
- uses : actions/setup-java@v3.13 .0
113
+ uses : actions/setup-java@v4.0 .0
114
114
with :
115
115
distribution : temurin
116
116
java-version : 17
Original file line number Diff line number Diff line change 18
18
with :
19
19
fetch-depth : ' 0'
20
20
- name : Setup Java
21
- uses : actions/setup-java@v3.13 .0
21
+ uses : actions/setup-java@v4.0 .0
22
22
with :
23
23
distribution : temurin
24
24
java-version : 17
You can’t perform that action at this time.
0 commit comments