From 11b33fcab7d9e594f50e174b1f12c7cc7be8f7c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Evandro=20Leopoldino=20Gon=C3=A7alves?= Date: Sat, 6 Jan 2024 23:19:15 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 66d05be..424d804 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,14 +21,14 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - uses: leafo/gh-actions-lua@v8 + - uses: leafo/gh-actions-lua@v9 with: luaVersion: ${{ matrix.luaVersion }} - uses: leafo/gh-actions-luarocks@v4 - name: Install dependencies - run: sudo make install_dependencies + run: luarocks install simple_test - name: Run unit tests run: |