From efcc151b304e24d20135258b8366077c92023a0c Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 29 Jan 2026 00:58:35 +0800 Subject: Update Lua and LuaRocks action versions --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5f65181..f7dc57c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -43,9 +43,9 @@ jobs: - name: Setup MSVC dev cmd uses: ilammy/msvc-dev-cmd@v1 - name: Setup Lua - uses: leafo/gh-actions-lua@v12 + uses: luarocks/gh-actions-lua@v11 - name: Setup LuaRocks - uses: leafo/gh-actions-luarocks@v6 + uses: luarocks/gh-actions-luarocks@v6 - name: Install and run busted run: | luarocks install busted -- cgit v1.2.3-55-g6feb