diff options
| author | Li Jin <dragon-fly@qq.com> | 2026-01-29 00:58:35 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-29 00:58:35 +0800 |
| commit | efcc151b304e24d20135258b8366077c92023a0c (patch) | |
| tree | 548aab0390d7f33b331074c9a6029ecd9b2481f5 | |
| parent | 022d4298a7d92912282c62852d76b9b50dce86ad (diff) | |
| download | yuescript-efcc151b304e24d20135258b8366077c92023a0c.tar.gz yuescript-efcc151b304e24d20135258b8366077c92023a0c.tar.bz2 yuescript-efcc151b304e24d20135258b8366077c92023a0c.zip | |
Update Lua and LuaRocks action versions
| -rw-r--r-- | .github/workflows/windows.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5f65181..f7dc57c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml | |||
| @@ -43,9 +43,9 @@ jobs: | |||
| 43 | - name: Setup MSVC dev cmd | 43 | - name: Setup MSVC dev cmd |
| 44 | uses: ilammy/msvc-dev-cmd@v1 | 44 | uses: ilammy/msvc-dev-cmd@v1 |
| 45 | - name: Setup Lua | 45 | - name: Setup Lua |
| 46 | uses: leafo/gh-actions-lua@v12 | 46 | uses: luarocks/gh-actions-lua@v11 |
| 47 | - name: Setup LuaRocks | 47 | - name: Setup LuaRocks |
| 48 | uses: leafo/gh-actions-luarocks@v6 | 48 | uses: luarocks/gh-actions-luarocks@v6 |
| 49 | - name: Install and run busted | 49 | - name: Install and run busted |
| 50 | run: | | 50 | run: | |
| 51 | luarocks install busted | 51 | luarocks install busted |
