From df58d91c9351a9dc5be6cf8d54f49ab0d9a64e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 14:23:52 +0800 Subject: [PATCH] ci: bump leafo/gh-actions-lua from 8 to 10 (#2606) Bumps [leafo/gh-actions-lua](https://github.com/leafo/gh-actions-lua) from 8 to 10. - [Release notes](https://github.com/leafo/gh-actions-lua/releases) - [Commits](https://github.com/leafo/gh-actions-lua/compare/v8...v10) --- updated-dependencies: - dependency-name: leafo/gh-actions-lua dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4516645c1e..384895f047 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: version: nightly - name: luajit - uses: leafo/gh-actions-lua@v8 + uses: leafo/gh-actions-lua@v10 with: luaVersion: "luajit-2.1.0-beta3"