From f4da88296565c32fec997791760e8b4faca5a452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 01:09:02 +0000 Subject: [PATCH] chore(ci): bump leafo/gh-actions-lua from 10 to 12 Bumps [leafo/gh-actions-lua](https://github.com/leafo/gh-actions-lua) from 10 to 12. - [Release notes](https://github.com/leafo/gh-actions-lua/releases) - [Commits](https://github.com/leafo/gh-actions-lua/compare/v10...v12) --- updated-dependencies: - dependency-name: leafo/gh-actions-lua dependency-version: '12' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14e7d79..c5a9b5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Lua - uses: leafo/gh-actions-lua@v10 + uses: leafo/gh-actions-lua@v12 with: luaVersion: "5.1"