From 43bfea24313644bf3024c90f8f56b5783d3444a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 15:10:54 +0000 Subject: [PATCH] chore(deps): bump leafo/gh-actions-luarocks from 5 to 6 Bumps [leafo/gh-actions-luarocks](https://github.com/leafo/gh-actions-luarocks) from 5 to 6. - [Release notes](https://github.com/leafo/gh-actions-luarocks/releases) - [Commits](https://github.com/leafo/gh-actions-luarocks/compare/v5...v6) --- updated-dependencies: - dependency-name: leafo/gh-actions-luarocks dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 04600203..dcd016c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,6 @@ jobs: - uses: leafo/gh-actions-lua@v11 with: luaVersion: "5.1.5" - - uses: leafo/gh-actions-luarocks@v5 + - uses: leafo/gh-actions-luarocks@v6 - name: Run nvim-test tests run: nix shell nixpkgs#bash nixpkgs#just -c just test ${{ matrix.nvim-version }}