diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac2085a..66c7d5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: ${{ runner.os }}-lua-5.1 - name: Setup Lua - uses: leafo/gh-actions-lua@v11 + uses: leafo/gh-actions-lua@v12 if: steps.cache-luajit.outputs.cache-hit != 'true' with: luaVersion: "5.1" @@ -123,7 +123,7 @@ jobs: ${{ runner.os }}-lua-5.1 - name: Setup Lua - uses: leafo/gh-actions-lua@v11 + uses: leafo/gh-actions-lua@v12 if: steps.cache-luajit.outputs.cache-hit != 'true' with: luaVersion: "5.1"