diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0893c0c..77d3a95 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@v12 + uses: leafo/gh-actions-lua@v13 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@v12 + uses: leafo/gh-actions-lua@v13 if: steps.cache-luajit.outputs.cache-hit != 'true' with: luaVersion: "5.1"