File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 14
14
fail-fast : false
15
15
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- name : Set up JDK
19
- uses : actions/setup-java@v3
19
+ uses : actions/setup-java@v4
20
20
with :
21
21
java-version : ' 17'
22
22
distribution : ' adopt'
Original file line number Diff line number Diff line change 14
14
fail-fast : false
15
15
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- name : Set up JDK
19
- uses : actions/setup-java@v3
19
+ uses : actions/setup-java@v4
20
20
with :
21
21
java-version : ' 17'
22
22
distribution : ' adopt'
Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ jobs:
34
34
- cluster
35
35
36
36
steps :
37
- - uses : actions/checkout@v3
37
+ - uses : actions/checkout@v4
38
38
with :
39
39
fetch-depth : 0
40
40
- name : Set up JDK
41
- uses : actions/setup-java@v3
41
+ uses : actions/setup-java@v4
42
42
with :
43
43
java-version : 17
44
44
distribution : ' adopt'
@@ -71,11 +71,11 @@ jobs:
71
71
- ' HTTP2_JSON'
72
72
73
73
steps :
74
- - uses : actions/checkout@v3
74
+ - uses : actions/checkout@v4
75
75
with :
76
76
fetch-depth : 0
77
77
- name : Set up JDK
78
- uses : actions/setup-java@v3
78
+ uses : actions/setup-java@v4
79
79
with :
80
80
java-version : 17
81
81
distribution : ' adopt'
@@ -102,11 +102,11 @@ jobs:
102
102
- 3.3.0
103
103
104
104
steps :
105
- - uses : actions/checkout@v3
105
+ - uses : actions/checkout@v4
106
106
with :
107
107
fetch-depth : 0
108
108
- name : Set up JDK
109
- uses : actions/setup-java@v3
109
+ uses : actions/setup-java@v4
110
110
with :
111
111
java-version : 21
112
112
distribution : ' adopt'
Original file line number Diff line number Diff line change 58
58
<arangodb .version>7.6.0</arangodb .version>
59
59
60
60
<!-- enforce dependencies convergence -->
61
- <slf4j >2.0.11 </slf4j >
61
+ <slf4j >2.0.13 </slf4j >
62
62
</properties >
63
63
64
64
<build >
You can’t perform that action at this time.
0 commit comments