From a3cd5406beb1a64863773c8c45e57e1993254c0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 14:54:07 +0000 Subject: [PATCH] Bump luarocks/gh-actions-lua from 12 to 13 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 12 to 13 - [Release notes](https://github.com/luarocks/gh-actions-lua/releases) - [Commits](https://github.com/luarocks/gh-actions-lua/compare/fc6f8de246f8c01f6e1a56a1b851143e23370ff3...85e2287697275df96334743ac654241a8fd34ab3) --- updated-dependencies: - dependency-name: luarocks/gh-actions-lua dependency-version: '13' 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 9f1f6bc..9e29128 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@fc6f8de246f8c01f6e1a56a1b851143e23370ff3 # v12 + uses: luarocks/gh-actions-lua@85e2287697275df96334743ac654241a8fd34ab3 # v13 with: luaVersion: ${{ matrix.luaVersion }}