diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5a8742..a324803 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,11 +30,14 @@ jobs: # Runs a set of commands using the runners shell - name: setup-lua - uses: ljmf00/setup-lua@v1.0.0 + - uses: leafo/gh-actions-lua@v9 with: - lua-version: 5.1.0 - install-luarocks: true - luarocks-version: 3.9.0 + luaVersion: "5.1.0" + + - name: setup-luarocks + - uses: leafo/gh-actions-luarocks@v4 + with: + luarocksVersion: "3.9.0" - name: install-lfs run: luarocks install luafilesystem