diff --git a/.github/actions/test-neovim-lua/action.yml b/.github/actions/test-neovim-lua/action.yml index 63af0c0321..423ddaeb0d 100644 --- a/.github/actions/test-neovim-lua/action.yml +++ b/.github/actions/test-neovim-lua/action.yml @@ -3,7 +3,7 @@ description: "Set up Neovim Lua environment and run Busted tests" runs: using: "composite" steps: - - uses: leafo/gh-actions-lua@v10 + - uses: leafo/gh-actions-lua@v11 with: luaVersion: "luajit-openresty" - uses: leafo/gh-actions-luarocks@v5 diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 3285dbfe13..baf87d9a01 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -40,7 +40,7 @@ jobs: run: pnpm --color install - name: Install lua - uses: leafo/gh-actions-lua@v9 + uses: leafo/gh-actions-lua@v11 - name: Install luarocks uses: leafo/gh-actions-luarocks@v5