Skip to content

Commit d804c00

Browse files
ci: bump test dependencies
Bump Github Action versions to use Node 16. Bump Tarantool version.
1 parent bf74eec commit d804c00

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
needs: version-check
3232
runs-on: ubuntu-20.04
3333
steps:
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v3
3535

36-
- uses: tarantool/setup-tarantool@v1
36+
- uses: tarantool/setup-tarantool@v2
3737
with:
38-
tarantool-version: '2.5'
38+
tarantool-version: '2.10'
3939
- run: echo $PWD/.rocks/bin >> $GITHUB_PATH
4040

4141
# Make a release

.github/workflows/test_on_push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
yum -y update
2020
yum -y install wget git cmake make unzip gcc gcc-c++
2121
- name: Checkout sources
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v3
2323
- name: Install sdk
2424
run: make sdk
2525
- name: Install rocks

0 commit comments

Comments
 (0)