From ff7d229bb685962dd0051bd03a76f745b7b4f5a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:53:10 +0000 Subject: [PATCH] Bump leafo/gh-actions-lua from 10 to 13 Bumps [leafo/gh-actions-lua](https://github.com/leafo/gh-actions-lua) from 10 to 13. - [Release notes](https://github.com/leafo/gh-actions-lua/releases) - [Commits](https://github.com/leafo/gh-actions-lua/compare/v10...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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9bd3e9..b1b8c35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Lua - uses: leafo/gh-actions-lua@v10 + uses: leafo/gh-actions-lua@v13 with: luaVersion: "5.4" @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Lua - uses: leafo/gh-actions-lua@v10 + uses: leafo/gh-actions-lua@v13 with: luaVersion: "5.4"