File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 83
83
run : python3 .github/scripts/remove_source_code.py
84
84
85
85
- name : Install tarantool
86
- uses : tarantool/setup-tarantool@v2
86
+ uses : tarantool/setup-tarantool@v3
87
87
with :
88
88
tarantool-version : ' 2.11'
89
89
Original file line number Diff line number Diff line change 66
66
67
67
- name : Install tarantool ${{ matrix.tarantool }}
68
68
if : matrix.tarantool != 'master'
69
- uses : tarantool/setup-tarantool@v2
69
+ uses : tarantool/setup-tarantool@v3
70
70
with :
71
71
tarantool-version : ${{ matrix.tarantool }}
72
72
@@ -220,7 +220,7 @@ jobs:
220
220
uses : actions/checkout@v3
221
221
222
222
- name : Install tarantool ${{ matrix.tarantool }}
223
- uses : tarantool/setup-tarantool@v2
223
+ uses : tarantool/setup-tarantool@v3
224
224
with :
225
225
tarantool-version : ${{ matrix.tarantool }}
226
226
You can’t perform that action at this time.
0 commit comments