From 7c3a2ec75e970a701ed0aa0728998270d73b40aa Mon Sep 17 00:00:00 2001 From: bzp2010 Date: Thu, 5 Jun 2025 12:10:37 +0800 Subject: chore: move to luarocks/gh-actions-luarocks --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aaf025db..33c89609 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,9 +45,9 @@ jobs: with: luaVersion: ${{ matrix.lua-version }} - - uses: leafo/gh-actions-luarocks@v5 + - uses: luarocks/gh-actions-luarocks@master with: - luaRocksVersion: "3.11.2" + luaRocksVersion: "@418d2ab34891b130cc317df32f65f978640febcf" - name: 'Setup macOS deps' if: ${{ contains(matrix.os, 'macos') }} -- cgit v1.2.3-55-g6feb