From 5af4eae8df9c725562e69c4841b24702b8a1c6a5 Mon Sep 17 00:00:00 2001 From: Samkist Date: Fri, 3 Jun 2022 02:21:57 -0400 Subject: [PATCH] try different version --- .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 6e602f9..3c51ecd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@feature-compile-ci + - uses: actions/checkout@v3 - name: start-message run: echo Starting compilation @@ -32,7 +32,7 @@ jobs: - name: setup-lua uses: leafo/gh-actions-lua@v9 with: - luaVersion: "5.1.0" + luaVersion: "5.1" - name: setup-luarocks uses: leafo/gh-actions-luarocks@v4