Skip to content

Commit cda1f1a

Browse files
committed
ci: bump setup-tarantool
1 parent d8bf12d commit cda1f1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@master
1616

1717
- name: Setup Tarantool
18-
uses: tarantool/setup-tarantool@v1
18+
uses: tarantool/setup-tarantool@v2
1919
with:
2020
tarantool-version: '2.8'
2121

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Setup Tarantool ${{ matrix.tarantool }}
5252
if: matrix.tarantool != '2.x-latest'
53-
uses: tarantool/setup-tarantool@v1
53+
uses: tarantool/setup-tarantool@v2
5454
with:
5555
tarantool-version: ${{ matrix.tarantool }}
5656

0 commit comments

Comments
 (0)