Skip to content

Commit ff91bd8

Browse files
bump setup-tarantool to v3
1 parent dd41f7e commit ff91bd8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/packing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: python3 .github/scripts/remove_source_code.py
8484

8585
- name: Install tarantool
86-
uses: tarantool/setup-tarantool@v2
86+
uses: tarantool/setup-tarantool@v3
8787
with:
8888
tarantool-version: '2.11'
8989

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Install tarantool ${{ matrix.tarantool }}
6868
if: matrix.tarantool != 'master'
69-
uses: tarantool/setup-tarantool@v2
69+
uses: tarantool/setup-tarantool@v3
7070
with:
7171
tarantool-version: ${{ matrix.tarantool }}
7272

@@ -220,7 +220,7 @@ jobs:
220220
uses: actions/checkout@v3
221221

222222
- name: Install tarantool ${{ matrix.tarantool }}
223-
uses: tarantool/setup-tarantool@v2
223+
uses: tarantool/setup-tarantool@v3
224224
with:
225225
tarantool-version: ${{ matrix.tarantool }}
226226

0 commit comments

Comments
 (0)