From 242bd675243b2682eca69e1d4addce0e1ff27e14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:56:35 +0000 Subject: [PATCH] Bump leafo/gh-actions-lua from 12 to 13 Bumps [leafo/gh-actions-lua](https://github.com/leafo/gh-actions-lua) from 12 to 13. - [Release notes](https://github.com/leafo/gh-actions-lua/releases) - [Commits](https://github.com/leafo/gh-actions-lua/compare/v12...v13) --- updated-dependencies: - dependency-name: leafo/gh-actions-lua dependency-version: '13' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 43bbe81..c972b67 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -230,7 +230,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Set up Lua - uses: leafo/gh-actions-lua@v12 + uses: leafo/gh-actions-lua@v13 with: luaVersion: "5.4" - name: Set up LuaRocks