We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf74eec commit d804c00Copy full SHA for d804c00
.github/workflows/publish.yaml
@@ -31,11 +31,11 @@ jobs:
31
needs: version-check
32
runs-on: ubuntu-20.04
33
steps:
34
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
35
36
- - uses: tarantool/setup-tarantool@v1
+ - uses: tarantool/setup-tarantool@v2
37
with:
38
- tarantool-version: '2.5'
+ tarantool-version: '2.10'
39
- run: echo $PWD/.rocks/bin >> $GITHUB_PATH
40
41
# Make a release
.github/workflows/test_on_push.yaml
@@ -19,7 +19,7 @@ jobs:
19
yum -y update
20
yum -y install wget git cmake make unzip gcc gcc-c++
21
- name: Checkout sources
22
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
23
- name: Install sdk
24
run: make sdk
25
- name: Install rocks
0 commit comments