We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8bf12d commit cda1f1aCopy full SHA for cda1f1a
.github/workflows/check.yaml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@master
16
17
- name: Setup Tarantool
18
- uses: tarantool/setup-tarantool@v1
+ uses: tarantool/setup-tarantool@v2
19
with:
20
tarantool-version: '2.8'
21
.github/workflows/testing.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Setup Tarantool ${{ matrix.tarantool }}
52
if: matrix.tarantool != '2.x-latest'
53
54
55
tarantool-version: ${{ matrix.tarantool }}
56
0 commit comments