From 0d8654cdb34c37485fc0af90a54e75a17cf08a41 Mon Sep 17 00:00:00 2001 From: Samkist Date: Fri, 3 Jun 2022 02:18:29 -0400 Subject: [PATCH] oops --- .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 a324803..b703da4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,12 +30,12 @@ jobs: # Runs a set of commands using the runners shell - name: setup-lua - - uses: leafo/gh-actions-lua@v9 + uses: leafo/gh-actions-lua@v9 with: luaVersion: "5.1.0" - name: setup-luarocks - - uses: leafo/gh-actions-luarocks@v4 + uses: leafo/gh-actions-luarocks@v4 with: luarocksVersion: "3.9.0"