Skip to content

Commit d9a8dc5

Browse files
ci: bump setup-tarantool action
tarantool/setup-tarantool@v1 is based on Node.js 12 which is deprecated in GitHub Actions now [1]. 1. https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
1 parent 8f816e7 commit d9a8dc5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/check_on_push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@master
1515

16-
- name: Setup Tarantool
17-
uses: tarantool/setup-tarantool@v1
16+
- name: Setup Tarantool CE
17+
uses: tarantool/setup-tarantool@v2
1818
with:
1919
tarantool-version: '2.6'
2020

.github/workflows/test_on_push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@master
3737

3838
- name: Setup Tarantool CE
39-
uses: tarantool/setup-tarantool@v1
39+
uses: tarantool/setup-tarantool@v2
4040
with:
4141
tarantool-version: ${{ matrix.tarantool-version }}
4242

@@ -86,8 +86,8 @@ jobs:
8686
steps:
8787
- uses: actions/checkout@master
8888

89-
- name: Setup Tarantool CE
90-
uses: tarantool/setup-tarantool@v1
89+
- name: Setup Tarantool CE
90+
uses: tarantool/setup-tarantool@v2
9191
with:
9292
tarantool-version: ${{ matrix.tarantool-version }}
9393

0 commit comments

Comments
 (0)