Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c7f0842

Browse files
committedDec 23, 2024·
ci: bump up ci version
1 parent 366ccfc commit c7f0842

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
services:
1313
etcd0:
14-
image: quay.io/coreos/etcd:v3.5.6
14+
image: quay.io/coreos/etcd:v3.5.12
1515
env:
1616
ETCD_NAME: etcd0
1717
ETCD_INITIAL_ADVERTISE_PEER_URLS: http://etcd0:2380
@@ -30,7 +30,7 @@ jobs:
3030
--health-timeout 5s
3131
--health-retries 5
3232
etcd1:
33-
image: quay.io/coreos/etcd:v3.5.6
33+
image: quay.io/coreos/etcd:v3.5.12
3434
env:
3535
ETCD_NAME: etcd1
3636
ETCD_INITIAL_ADVERTISE_PEER_URLS: http://etcd1:2480
@@ -49,7 +49,7 @@ jobs:
4949
--health-timeout 5s
5050
--health-retries 5
5151
etcd2:
52-
image: quay.io/coreos/etcd:v3.5.6
52+
image: quay.io/coreos/etcd:v3.5.12
5353
env:
5454
ETCD_NAME: etcd2
5555
ETCD_INITIAL_ADVERTISE_PEER_URLS: http://etcd2:2580
@@ -69,11 +69,11 @@ jobs:
6969
--health-retries 5
7070
7171
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
7474
with:
7575
otp-version: ${{matrix.otp}}
76-
rebar3-version: '3.22.1'
76+
rebar3-version: '3.22.3'
7777
version-type: strict
7878
hexpm-mirrors: |
7979
https://cdn.jsdelivr.net/hex

0 commit comments

Comments
 (0)
Please sign in to comment.