We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79117c commit 07f4dddCopy full SHA for 07f4ddd
1 file changed
.github/workflows/push-rockspec.yml
@@ -32,10 +32,10 @@ jobs:
32
- run: tarantoolctl rocks install ${{ env.ROCK_NAME }}-${{ env.TAG }}-1.rockspec
33
- run: tarantoolctl rocks pack ${{ env.ROCK_NAME }}-${{ env.TAG }}-1.rockspec
34
# Install native lua with luarocks
35
- - uses: leafo/gh-actions-lua@v9
+ - uses: leafo/gh-actions-lua@v11
36
with:
37
luaVersion: "luajit-2.1.0-beta3"
38
- - uses: leafo/gh-actions-luarocks@v4
+ - uses: leafo/gh-actions-luarocks@v5
39
40
luarocksVersion: "3.8.0"
41
- uses: unfor19/install-aws-cli-action@v1.0.3
@@ -55,4 +55,4 @@ jobs:
55
README.md
56
${{env.ROCK_NAME}}-dev-1.rockspec
57
${{env.ROCK_NAME}}-${{env.TAG}}-1.rockspec
58
- ${{env.ROCK_NAME}}-${{env.TAG}}-1.src.rock
+ ${{env.ROCK_NAME}}-${{env.TAG}}-1.src.rock
0 commit comments