We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f816e7 commit d9a8dc5Copy full SHA for d9a8dc5
.github/workflows/check_on_push.yaml
@@ -13,8 +13,8 @@ jobs:
13
steps:
14
- uses: actions/checkout@master
15
16
- - name: Setup Tarantool
17
- uses: tarantool/setup-tarantool@v1
+ - name: Setup Tarantool CE
+ uses: tarantool/setup-tarantool@v2
18
with:
19
tarantool-version: '2.6'
20
.github/workflows/test_on_push.yaml
@@ -36,7 +36,7 @@ jobs:
36
37
38
- name: Setup Tarantool CE
39
40
41
tarantool-version: ${{ matrix.tarantool-version }}
42
@@ -86,8 +86,8 @@ jobs:
86
87
88
89
- - name: Setup Tarantool CE
90
91
92
93
0 commit comments