From fdb82e6dc49786a707543d9c7acbaa13a97d5ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 10:55:36 +0000 Subject: [PATCH] Bump leafo/gh-actions-luarocks from 6.0.0 to 6.1.0 Bumps [leafo/gh-actions-luarocks](https://github.com/leafo/gh-actions-luarocks) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/leafo/gh-actions-luarocks/releases) - [Commits](https://github.com/leafo/gh-actions-luarocks/compare/97053c556d6ce2c8e26eb7ac93743437c7af7248...35d062def313a7699a0d513e996bcf4352f05389) --- updated-dependencies: - dependency-name: leafo/gh-actions-luarocks dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check-formatting.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-formatting.yml b/.github/workflows/check-formatting.yml index 0392546f..59ec5eb5 100644 --- a/.github/workflows/check-formatting.yml +++ b/.github/workflows/check-formatting.yml @@ -18,7 +18,7 @@ jobs: with: luaVersion: 5.4 - - uses: leafo/gh-actions-luarocks@97053c556d6ce2c8e26eb7ac93743437c7af7248 + - uses: leafo/gh-actions-luarocks@35d062def313a7699a0d513e996bcf4352f05389 - name: install run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f1d7b57b..a45ebb52 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: with: luaVersion: 5.4 - - uses: leafo/gh-actions-luarocks@97053c556d6ce2c8e26eb7ac93743437c7af7248 + - uses: leafo/gh-actions-luarocks@35d062def313a7699a0d513e996bcf4352f05389 - name: build run: |