We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6f233 commit 74995b4Copy full SHA for 74995b4
.github/actions/test-neovim-lua/action.yml
@@ -6,7 +6,7 @@ runs:
6
- uses: leafo/gh-actions-lua@v10
7
with:
8
luaVersion: "luajit-openresty"
9
- - uses: leafo/gh-actions-luarocks@v4
+ - uses: leafo/gh-actions-luarocks@v5
10
- shell: bash
11
run: |
12
luarocks install busted
.github/workflows/pre-commit.yml
@@ -43,7 +43,7 @@ jobs:
43
uses: leafo/gh-actions-lua@v9
44
45
- name: Install luarocks
46
- uses: leafo/gh-actions-luarocks@v4
+ uses: leafo/gh-actions-luarocks@v5
47
48
- name: Run pre-commit hooks
49
uses: pre-commit/[email protected]
0 commit comments