From 33f33b7c46dd0afce7fd9e3002069265a1513894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 03:05:35 +0000 Subject: [PATCH] chore(deps): bump luarocks/gh-actions-lua in the github-actions group Bumps the github-actions group with 1 update: [luarocks/gh-actions-lua](https://github.com/luarocks/gh-actions-lua). Updates `luarocks/gh-actions-lua` from 12 to 13 - [Release notes](https://github.com/luarocks/gh-actions-lua/releases) - [Commits](https://github.com/luarocks/gh-actions-lua/compare/fc6f8de246f8c01f6e1a56a1b851143e23370ff3...85e2287697275df96334743ac654241a8fd34ab3) --- updated-dependencies: - dependency-name: luarocks/gh-actions-lua dependency-version: '13' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/unix_build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f121eb2..bd9f7f7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - uses: luarocks/gh-actions-lua@fc6f8de246f8c01f6e1a56a1b851143e23370ff3 # master + - uses: luarocks/gh-actions-lua@85e2287697275df96334743ac654241a8fd34ab3 # master with: luaVersion: "5.4" diff --git a/.github/workflows/unix_build.yml b/.github/workflows/unix_build.yml index 062c7aa..90b60db 100644 --- a/.github/workflows/unix_build.yml +++ b/.github/workflows/unix_build.yml @@ -32,7 +32,7 @@ jobs: - name: Checkout uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - uses: luarocks/gh-actions-lua@fc6f8de246f8c01f6e1a56a1b851143e23370ff3 # master + - uses: luarocks/gh-actions-lua@85e2287697275df96334743ac654241a8fd34ab3 # master with: luaVersion: ${{ matrix.luaVersion }}