File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@master
15
15
16
16
- name : Setup Tarantool
17
- uses : tarantool/setup-tarantool@v1
17
+ uses : tarantool/setup-tarantool@v3
18
18
with :
19
19
tarantool-version : ' 2.8'
20
20
Original file line number Diff line number Diff line change 20
20
if : github.ref == 'refs/heads/master'
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v2
23
+ - uses : actions/checkout@v3
24
24
- uses : tarantool/rocks.tarantool.org/github-action@master
25
25
with :
26
26
auth : ${{ secrets.ROCKS_AUTH }}
50
50
# LuaJIT's FFI and tarantool specific features are okay.
51
51
#
52
52
# [1]: https://github.com/luarocks/luarocks/wiki/Types-of-rocks
53
- - uses : actions/checkout@v2
54
- - uses : tarantool/setup-tarantool@v1
53
+ - uses : actions/checkout@v3
54
+ - uses : tarantool/setup-tarantool@v3
55
55
with :
56
56
tarantool-version : ' 2.5'
57
57
Original file line number Diff line number Diff line change 36
36
run : tt install tarantool ${{ matrix.tarantool }} --dynamic
37
37
38
38
- name : Cache rocks
39
- uses : actions/cache@v2
39
+ uses : actions/cache@v3
40
40
id : cache-rocks
41
41
with :
42
42
path : .rocks/
You can’t perform that action at this time.
0 commit comments