Skip to content

Commit 2d3bb96

Browse files
Update version of luarocks workflow action
1 parent 1c7bd74 commit 2d3bb96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/test-neovim-lua/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- uses: leafo/gh-actions-lua@v10
77
with:
88
luaVersion: "luajit-openresty"
9-
- uses: leafo/gh-actions-luarocks@v4
9+
- uses: leafo/gh-actions-luarocks@v5
1010
- shell: bash
1111
run: |
1212
luarocks install busted

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: leafo/gh-actions-lua@v9
4444

4545
- name: Install luarocks
46-
uses: leafo/gh-actions-luarocks@v4
46+
uses: leafo/gh-actions-luarocks@v5
4747

4848
- name: Run pre-commit hooks
4949
uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)