File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
12
12
services :
13
13
etcd0 :
14
- image : quay.io/coreos/etcd:v3.5.6
14
+ image : quay.io/coreos/etcd:v3.5.12
15
15
env :
16
16
ETCD_NAME : etcd0
17
17
ETCD_INITIAL_ADVERTISE_PEER_URLS : http://etcd0:2380
30
30
--health-timeout 5s
31
31
--health-retries 5
32
32
etcd1 :
33
- image : quay.io/coreos/etcd:v3.5.6
33
+ image : quay.io/coreos/etcd:v3.5.12
34
34
env :
35
35
ETCD_NAME : etcd1
36
36
ETCD_INITIAL_ADVERTISE_PEER_URLS : http://etcd1:2480
49
49
--health-timeout 5s
50
50
--health-retries 5
51
51
etcd2 :
52
- image : quay.io/coreos/etcd:v3.5.6
52
+ image : quay.io/coreos/etcd:v3.5.12
53
53
env :
54
54
ETCD_NAME : etcd2
55
55
ETCD_INITIAL_ADVERTISE_PEER_URLS : http://etcd2:2580
@@ -69,11 +69,11 @@ jobs:
69
69
--health-retries 5
70
70
71
71
steps :
72
- - uses : actions/checkout@v3
73
- - uses : erlef/setup-beam@v1
72
+ - uses : actions/checkout@v4
73
+ - uses : erlef/setup-beam@v1.17.2
74
74
with :
75
75
otp-version : ${{matrix.otp}}
76
- rebar3-version : ' 3.22.1 '
76
+ rebar3-version : ' 3.22.3 '
77
77
version-type : strict
78
78
hexpm-mirrors : |
79
79
https://cdn.jsdelivr.net/hex
You can’t perform that action at this time.
0 commit comments