From efe1b7b459e8edf36c07429b1d1e9acb60780043 Mon Sep 17 00:00:00 2001 From: Pierre Chapuis Date: Sat, 27 Mar 2021 12:22:18 +0100 Subject: [PATCH] update Github Actions for Lua and LuaRocks --- .github/workflows/luacheck.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/luacheck.yml b/.github/workflows/luacheck.yml index 675b3ce..20b706c 100644 --- a/.github/workflows/luacheck.yml +++ b/.github/workflows/luacheck.yml @@ -10,11 +10,11 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Setup Lua - uses: leafo/gh-actions-lua@v6 + uses: leafo/gh-actions-lua@v8 with: luaVersion: 5.4 - name: Setup Lua Rocks - uses: leafo/gh-actions-luarocks@v2 + uses: leafo/gh-actions-luarocks@v4 - name: Setup dependencies run: luarocks install luacheck - name: Run Code Linter