File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This action will set up [Tarantool](https://www.tarantool.io) environment and **
18
18
``` yaml
19
19
steps :
20
20
- uses : actions/checkout@v4
21
- - uses : tarantool/setup-tarantool@v2
21
+ - uses : tarantool/setup-tarantool@v3
22
22
with :
23
23
tarantool-version : ' 2.10'
24
24
- run : tarantoolctl rocks install luatest
31
31
` ` ` yaml
32
32
steps :
33
33
- uses : actions/checkout@v4
34
- - uses : tarantool/setup-tarantool@v2
34
+ - uses : tarantool/setup-tarantool@v3
35
35
with :
36
36
tarantool-version : ' 2.10.4'
37
37
` ` `
43
43
` ` ` yaml
44
44
steps :
45
45
- uses : actions/checkout@v4
46
- - uses : tarantool/setup-tarantool@v2
46
+ - uses : tarantool/setup-tarantool@v3
47
47
with :
48
48
tarantool-version : ' 2.6' # or, say, '2.6.1.0' for exact version
49
49
nightly-build : true
89
89
run: |
90
90
apt-get -y install sudo lsb-release gnupg ca-certificates rsync
91
91
92
- - uses: tarantool/setup-tarantool@ab69f5679e6ea7e5872d9e0901f681587fd29be6
92
+ - uses: tarantool/setup-tarantool@v3
93
93
with:
94
94
tarantool-version: '2.11'
95
95
` ` `
You can’t perform that action at this time.
0 commit comments