From 9f67f8f5c69e22d6950252ca7cc8cf69bb2c619a Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Thu, 29 Aug 2024 16:29:21 +0300 Subject: [PATCH] ci: Switch to Lua actions forks that fix current LuaJIT issues --- .github/workflows/busted.yml | 4 ++-- .github/workflows/luacheck.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/busted.yml b/.github/workflows/busted.yml index db140b50..6b4dd747 100644 --- a/.github/workflows/busted.yml +++ b/.github/workflows/busted.yml @@ -15,12 +15,12 @@ jobs: uses: actions/checkout@v3 - name: Setup ‘lua’ - uses: leafo/gh-actions-lua@v9 + uses: hishamhm/gh-actions-lua@master with: luaVersion: ${{ matrix.luaVersion }} - name: Setup ‘luarocks’ - uses: leafo/gh-actions-luarocks@v4 + uses: hishamhm/gh-actions-luarocks@master - name: Setup dependencies run: | diff --git a/.github/workflows/luacheck.yml b/.github/workflows/luacheck.yml index 00c73754..4ff01f17 100644 --- a/.github/workflows/luacheck.yml +++ b/.github/workflows/luacheck.yml @@ -28,12 +28,12 @@ jobs: uses: actions/checkout@v3 - name: Setup ‘lua’ - uses: leafo/gh-actions-lua@v9 + uses: hishamhm/gh-actions-lua@master with: luaVersion: ${{ matrix.luaVersion }} - name: Setup ‘luarocks’ - uses: leafo/gh-actions-luarocks@v4 + uses: hishamhm/gh-actions-luarocks@master - name: Setup dependencies run: |