From a5fdf2af6f612a4f10f72f78074a687d1cddf247 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 28 Oct 2024 14:33:34 -0300 Subject: [PATCH] ci: use gh-actions-lua and gh-actions-luarocks from luarocks --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 870ede5..b1f40bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,11 +18,11 @@ jobs: steps: - uses: actions/checkout@master - - uses: leafo/gh-actions-lua@v8.0.0 + - uses: luarocks/gh-actions-lua@master with: luaVersion: ${{ matrix.lua-version }} - - uses: leafo/gh-actions-luarocks@master + - uses: luarocks/gh-actions-luarocks@master - name: Prep run: |