Skip to content

Commit 49cc8cd

Browse files
1 parent 3e8473a commit 49cc8cd

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
@@ -3,7 +3,7 @@ description: "Set up Neovim Lua environment and run Busted tests"
33
runs:
44
using: "composite"
55
steps:
6-
- uses: leafo/gh-actions-lua@v10
6+
- uses: leafo/gh-actions-lua@v11
77
with:
88
luaVersion: "luajit-openresty"
99
- uses: leafo/gh-actions-luarocks@v5

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: pnpm --color install
4141

4242
- name: Install lua
43-
uses: leafo/gh-actions-lua@v9
43+
uses: leafo/gh-actions-lua@v11
4444

4545
- name: Install luarocks
4646
uses: leafo/gh-actions-luarocks@v5

0 commit comments

Comments
 (0)