File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
jobs :
13
13
# Run not only on tags, otherwise dependent job will skip.
14
14
version-check :
15
- runs-on : ubuntu-20 .04
15
+ runs-on : ubuntu-22 .04
16
16
steps :
17
17
- name : Check module version
18
18
# We need this step to run only on push with tag.
Original file line number Diff line number Diff line change 9
9
version-check :
10
10
# We need this job to run only on push with tag.
11
11
if : ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
12
- runs-on : ubuntu-20 .04
12
+ runs-on : ubuntu-22 .04
13
13
steps :
14
14
- name : Check module version
15
15
uses : tarantool/actions/check-module-version@master
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
53
+ - uses : actions/checkout@v3
54
54
- uses : tarantool/setup-tarantool@v1
55
55
with :
56
56
tarantool-version : ' 2.5'
Original file line number Diff line number Diff line change 15
15
include :
16
16
- tarantool : ' 2.11'
17
17
coveralls : true
18
- runs-on : [ubuntu-20 .04]
18
+ runs-on : [ubuntu-22 .04]
19
19
steps :
20
20
- uses : actions/checkout@master
21
21
- uses : tarantool/setup-tarantool@v3
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