We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb6489 commit 0e0a71fCopy full SHA for 0e0a71f
.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