From 8591d6ee465d54b2ddc0c1652564ede8f240b3db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 11:42:53 +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/ci.yml | 4 ++-- .github/workflows/gdocs.yml | 2 +- .github/workflows/luarocks.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e361afe..dd0501f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v6 - name: Setup Lua - uses: leafo/gh-actions-lua@v12 + uses: leafo/gh-actions-lua@v13 - name: Setup LuaRocks uses: leafo/gh-actions-luarocks@v6 - name: Cache LuaRocks @@ -198,7 +198,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v6 - name: Setup Lua - uses: leafo/gh-actions-lua@v12 + uses: leafo/gh-actions-lua@v13 with: luaVersion: ${{ matrix.lua-version }} - name: Setup LuaRocks diff --git a/.github/workflows/gdocs.yml b/.github/workflows/gdocs.yml index 488e4f6..5f0d886 100644 --- a/.github/workflows/gdocs.yml +++ b/.github/workflows/gdocs.yml @@ -63,7 +63,7 @@ jobs: path: .workflow-tools - name: Setup Lua - uses: leafo/gh-actions-lua@v12 + uses: leafo/gh-actions-lua@v13 with: luaVersion: ${{ inputs.lua_version }} diff --git a/.github/workflows/luarocks.yml b/.github/workflows/luarocks.yml index b5a7534..38a147f 100644 --- a/.github/workflows/luarocks.yml +++ b/.github/workflows/luarocks.yml @@ -38,7 +38,7 @@ jobs: fetch-depth: 0 - name: Set up Lua - uses: leafo/gh-actions-lua@v12 + uses: leafo/gh-actions-lua@v13 with: luaVersion: ${{ inputs.lua_version }}