Skip to content

Commit fc32a07

Browse files
committed
ci: fix tarantool version
1 parent 577b9ea commit fc32a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push-rockspec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
if: startsWith(github.ref, 'refs/tags')
1515
steps:
16-
- uses: actions/checkout@master
16+
- uses: actions/checkout@v4
1717
- uses: tarantool/setup-tarantool@v3
1818
with:
19-
tarantool-version: '2.6'
19+
tarantool-version: '2.10.6'
2020

2121
# https://stackoverflow.com/questions/58177786/get-the-current-pushed-tag-in-github-actions
2222
- name: Set env

0 commit comments

Comments
 (0)