From 87d096a39cb2d5d43e6771563575ff042a79f48b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 10:52:12 +0200 Subject: [PATCH] chore(deps): bump leafo/gh-actions-luarocks from 5 to 6 (#3201) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cb61746..0b042408 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: luaVersion: ${{ matrix.lua_version }} - name: install luarocks - uses: leafo/gh-actions-luarocks@v5 + uses: leafo/gh-actions-luarocks@v6 - name: install luacheck ${{ matrix.luacheck_version }} run: luarocks install luacheck ${{ matrix.luacheck_version }}