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 4ce0198 commit 87de407Copy full SHA for 87de407
1 file changed
.github/workflows/ci.yml
@@ -53,12 +53,14 @@ jobs:
53
version: nightly
54
55
- name: luajit
56
- uses: leafo/gh-actions-lua@v10
+ uses: leafo/gh-actions-lua@v11
57
with:
58
luaVersion: "luajit-2.1"
59
60
- name: luarocks
61
- uses: leafo/gh-actions-luarocks@v4
+ uses: leafo/gh-actions-luarocks@v5
62
+ with:
63
+ luarocksVersion: "3.12.2"
64
65
- name: run test
66
shell: bash
0 commit comments