From ea5427c77bb5f64d303a14baf7b5000ef9eafdbe Mon Sep 17 00:00:00 2001 From: hrsh7th <629908+hrsh7th@users.noreply.github.com> Date: Sun, 20 Oct 2024 13:20:47 +0900 Subject: [PATCH] update gha --- .github/workflows/integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 3bf658fa0..542e2efe3 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -23,9 +23,9 @@ jobs: neovim: true - name: Setup lua - uses: leafo/gh-actions-lua@v8 + uses: leafo/gh-actions-lua@v10 with: - luaVersion: "luajit-2.1.0-beta3" + luaVersion: "luajit-openresty" - name: Setup luarocks uses: leafo/gh-actions-luarocks@v4