From f139105c9822bc04925ec6ca6a4f0fbf4d5ce05d Mon Sep 17 00:00:00 2001 From: luau-project Date: Fri, 28 Feb 2025 17:21:57 -0300 Subject: [PATCH] ci: Use GitHub Actions from luarocks namespace --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49c2c73..66817f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,11 +22,11 @@ jobs: if: ${{ startsWith(matrix.platform, 'windows') && !startsWith(matrix.luaVersion, 'luajit') }} uses: ilammy/msvc-dev-cmd@v1 - name: Setup ‘lua’ - uses: leso-kn/gh-actions-lua@v11-staging + uses: luarocks/gh-actions-lua@v10 with: luaVersion: ${{ matrix.luaVersion }} - name: Setup ‘luarocks’ - uses: hishamhm/gh-actions-luarocks@master + uses: luarocks/gh-actions-luarocks@v5 - name: Make and install run: | luarocks make -- luasocket-scm-3.rockspec