From 9f6d5c138cdaed02c3c9b5c2b688b9c308e7b177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 00:58:01 +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/pr.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ff4f676..86de1ec 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,7 +14,7 @@ jobs: with: luaVersion: 5.4 - - uses: leafo/gh-actions-luarocks@97053c556d6ce2c8e26eb7ac93743437c7af7248 + - uses: leafo/gh-actions-luarocks@35d062def313a7699a0d513e996bcf4352f05389 - name: build run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d405a69..d75ec06 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: with: luaVersion: 5.4 - - uses: leafo/gh-actions-luarocks@97053c556d6ce2c8e26eb7ac93743437c7af7248 + - uses: leafo/gh-actions-luarocks@35d062def313a7699a0d513e996bcf4352f05389 - name: build run: |