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 3e8473a commit 49cc8cdCopy full SHA for 49cc8cd
.github/actions/test-neovim-lua/action.yml
@@ -3,7 +3,7 @@ description: "Set up Neovim Lua environment and run Busted tests"
3
runs:
4
using: "composite"
5
steps:
6
- - uses: leafo/gh-actions-lua@v10
+ - uses: leafo/gh-actions-lua@v11
7
with:
8
luaVersion: "luajit-openresty"
9
- uses: leafo/gh-actions-luarocks@v5
.github/workflows/pre-commit.yml
@@ -40,7 +40,7 @@ jobs:
40
run: pnpm --color install
41
42
- name: Install lua
43
- uses: leafo/gh-actions-lua@v9
+ uses: leafo/gh-actions-lua@v11
44
45
- name: Install luarocks
46
uses: leafo/gh-actions-luarocks@v5
0 commit comments