From 75678260079423da8e65c4e1e22eb2b085c425ce Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 09:05:18 +0000 Subject: [PATCH] chore: bump CI LuaRocks pin to 3.13.0 Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- .github/actions/ci/action.yml | 2 +- .github/workflows/install-lua-sdk.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/ci/action.yml b/.github/actions/ci/action.yml index 0e4511b..0ad4492 100644 --- a/.github/actions/ci/action.yml +++ b/.github/actions/ci/action.yml @@ -28,7 +28,7 @@ runs: - name: Install LuaRocks uses: luarocks/gh-actions-luarocks@8acd6db166a0162c375fa8647a0350fbec46940e # 8acd6db166a0162c375fa8647a0350fbec46940e with: - luarocksVersion: "3.12.0" + luarocksVersion: "3.13.0" - name: Install Boost id: install-boost uses: MarkusJx/install-boost@3039450bb3dd2e8630d1cf10ec39cb1da3054bbd # v2.4.4 diff --git a/.github/workflows/install-lua-sdk.yml b/.github/workflows/install-lua-sdk.yml index ad7d600..d156f68 100644 --- a/.github/workflows/install-lua-sdk.yml +++ b/.github/workflows/install-lua-sdk.yml @@ -62,7 +62,7 @@ jobs: - name: Install LuaRocks uses: leafo/gh-actions-luarocks@e65774a6386cb4f24e293dca7fc4ff89165b64c5 # e65774a6386cb4f24e293dca7fc4ff89165b64c5 with: - luarocksVersion: "3.12.0" + luarocksVersion: "3.13.0" - name: Install Boost id: install-boost