From 86fd36e3d5aa0211b0f4cfce50aea3c7e0a65c03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 01:53:12 +0000 Subject: [PATCH] chore(deps): update leafo/gh-actions-lua action to v12 --- .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 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"