From e49356107ad4171c2a71b9d65087bdc45825245c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 23:41:39 +0000 Subject: [PATCH] build(deps): 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/darklua.yml | 2 +- .github/workflows/wikiwire.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/darklua.yml b/.github/workflows/darklua.yml index e43ce7d..68da77c 100644 --- a/.github/workflows/darklua.yml +++ b/.github/workflows/darklua.yml @@ -36,7 +36,7 @@ jobs: node-version: 22 - name: Setup Lua 5.1 - uses: leafo/gh-actions-lua@v12 + uses: leafo/gh-actions-lua@v13 with: luaVersion: "5.1.5" diff --git a/.github/workflows/wikiwire.yml b/.github/workflows/wikiwire.yml index bc03884..c8298a9 100644 --- a/.github/workflows/wikiwire.yml +++ b/.github/workflows/wikiwire.yml @@ -35,7 +35,7 @@ jobs: chmod +x darklua - name: Setup Lua 5.1 - uses: leafo/gh-actions-lua@v12 + uses: leafo/gh-actions-lua@v13 with: luaVersion: "5.1.5"