We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577b9ea commit fc32a07Copy full SHA for fc32a07
.github/workflows/push-rockspec.yml
@@ -13,10 +13,10 @@ jobs:
13
runs-on: ubuntu-latest
14
if: startsWith(github.ref, 'refs/tags')
15
steps:
16
- - uses: actions/checkout@master
+ - uses: actions/checkout@v4
17
- uses: tarantool/setup-tarantool@v3
18
with:
19
- tarantool-version: '2.6'
+ tarantool-version: '2.10.6'
20
21
# https://stackoverflow.com/questions/58177786/get-the-current-pushed-tag-in-github-actions
22
- name: Set env
0 commit comments