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 49f7084 commit eb4d950Copy full SHA for eb4d950
.github/actions/test-neovim-lua/action.yml
@@ -3,9 +3,9 @@ description: "Set up Neovim Lua environment and run Busted tests"
3
runs:
4
using: "composite"
5
steps:
6
- - uses: leafo/gh-actions-lua@v9
+ - uses: leafo/gh-actions-lua@v10
7
with:
8
- luaVersion: "luajit-2.1.0-beta3"
+ luaVersion: "luajit-openresty"
9
- uses: leafo/gh-actions-luarocks@v4
10
- shell: bash
11
run: |
0 commit comments