Skip to content

Commit 74995b4

Browse files
Update version of luarocks workflow action (#2884)
1 parent 9e6f233 commit 74995b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
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

+1-1
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)