From c66f2a46c489639508e8d9ce83c27c718c10968c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 03:12:12 +0000 Subject: [PATCH] Bump leafo/gh-actions-lua from 11.0.0 to 12.0.0 Bumps [leafo/gh-actions-lua](https://github.com/leafo/gh-actions-lua) from 11.0.0 to 12.0.0. - [Release notes](https://github.com/leafo/gh-actions-lua/releases) - [Commits](https://github.com/leafo/gh-actions-lua/compare/v11.0.0...v12.0.0) --- updated-dependencies: - dependency-name: leafo/gh-actions-lua dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 47d4927..041fc24 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@v4 - name: Lua environment setup - uses: leafo/gh-actions-lua@v11.0.0 + uses: leafo/gh-actions-lua@v12.0.0 with: luaVersion: "5.1.5"