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 1414 - uses : actions/checkout@master
1515
1616 - name : Setup Tarantool
17- uses : tarantool/setup-tarantool@v1
17+ uses : tarantool/setup-tarantool@v3
1818 with :
1919 tarantool-version : ' 2.8'
2020
Original file line number Diff line number Diff line change 2020 if : github.ref == 'refs/heads/master'
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v3
2424 - uses : tarantool/rocks.tarantool.org/github-action@master
2525 with :
2626 auth : ${{ secrets.ROCKS_AUTH }}
5050 # LuaJIT's FFI and tarantool specific features are okay.
5151 #
5252 # [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
5555 with :
5656 tarantool-version : ' 2.5'
5757
Original file line number Diff line number Diff line change 3636 run : tt install tarantool ${{ matrix.tarantool }} --dynamic
3737
3838 - name : Cache rocks
39- uses : actions/cache@v2
39+ uses : actions/cache@v3
4040 id : cache-rocks
4141 with :
4242 path : .rocks/
You can’t perform that action at this time.
0 commit comments