File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@master
15
15
16
- - name : Setup Tarantool
17
- uses : tarantool/setup-tarantool@v1
16
+ - name : Setup Tarantool CE
17
+ uses : tarantool/setup-tarantool@v2
18
18
with :
19
19
tarantool-version : ' 2.6'
20
20
Original file line number Diff line number Diff line change 36
36
- uses : actions/checkout@master
37
37
38
38
- name : Setup Tarantool CE
39
- uses : tarantool/setup-tarantool@v1
39
+ uses : tarantool/setup-tarantool@v2
40
40
with :
41
41
tarantool-version : ${{ matrix.tarantool-version }}
42
42
86
86
steps :
87
87
- uses : actions/checkout@master
88
88
89
- - name : Setup Tarantool CE
90
- uses : tarantool/setup-tarantool@v1
89
+ - name : Setup Tarantool CE
90
+ uses : tarantool/setup-tarantool@v2
91
91
with :
92
92
tarantool-version : ${{ matrix.tarantool-version }}
93
93
You can’t perform that action at this time.
0 commit comments