From aa865ddbe6f1034f53bce46fb3aacd43d4367f4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 07:07:56 +0000 Subject: [PATCH] Bump leafo/gh-actions-lua from 8 to 12 Bumps [leafo/gh-actions-lua](https://github.com/leafo/gh-actions-lua) from 8 to 12. - [Release notes](https://github.com/leafo/gh-actions-lua/releases) - [Commits](https://github.com/leafo/gh-actions-lua/compare/v8...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/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9ed95c2..ccbd178 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -17,7 +17,7 @@ jobs: echo "VERSION=$(echo ${{ github.ref }} | cut -d'/' -f3 | cut -c2-)" >> $GITHUB_ENV - uses: actions/checkout@v2 - name: Set up Lua - uses: leafo/gh-actions-lua@v8 + uses: leafo/gh-actions-lua@v12 with: luaVersion: "5.3.5"