From efa629e6ad5d8fcf2e623bb72990b7eda65e5cb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 14:54:10 +0000 Subject: [PATCH] Bump luarocks/gh-actions-lua from 13 to 14 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/busted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/busted.yml b/.github/workflows/busted.yml index 9e29128..99236a1 100644 --- a/.github/workflows/busted.yml +++ b/.github/workflows/busted.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Setup ‘lua’ - uses: luarocks/gh-actions-lua@85e2287697275df96334743ac654241a8fd34ab3 # v13 + uses: luarocks/gh-actions-lua@56eba09993704b908cc3c7c2753e630d18cb9696 # v14 with: luaVersion: ${{ matrix.luaVersion }}