From 436a03b7d2147674729716d788a7c29b73dc7f71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 00:25:26 +0000 Subject: [PATCH] chore(deps): update leafo/gh-actions-lua action to v13 --- .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 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"