From cccd53c78bf79fe40f8d2392abc8a7984bbfd636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 03:07:02 +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 13 to 14 - [Release notes](https://github.com/luarocks/gh-actions-lua/releases) - [Commits](https://github.com/luarocks/gh-actions-lua/compare/85e2287697275df96334743ac654241a8fd34ab3...56eba09993704b908cc3c7c2753e630d18cb9696) --- updated-dependencies: - dependency-name: luarocks/gh-actions-lua dependency-version: '14' 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 bd9f7f7..dfb8fcf 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@85e2287697275df96334743ac654241a8fd34ab3 # master + - uses: luarocks/gh-actions-lua@56eba09993704b908cc3c7c2753e630d18cb9696 # master with: luaVersion: "5.4" diff --git a/.github/workflows/unix_build.yml b/.github/workflows/unix_build.yml index 90b60db..7b526fe 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@85e2287697275df96334743ac654241a8fd34ab3 # master + - uses: luarocks/gh-actions-lua@56eba09993704b908cc3c7c2753e630d18cb9696 # master with: luaVersion: ${{ matrix.luaVersion }}