From 71ae24046c87d6e51f371c8f0f3b968e219f6543 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 28 Oct 2024 14:33:34 -0300 Subject: 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: | -- cgit v1.2.3-55-g6feb