Skip to content

Commit 87de407

Browse files
committed
fix: upgrade ci aciton version
1 parent 4ce0198 commit 87de407

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,14 @@ jobs:
5353
version: nightly
5454

5555
- name: luajit
56-
uses: leafo/gh-actions-lua@v10
56+
uses: leafo/gh-actions-lua@v11
5757
with:
5858
luaVersion: "luajit-2.1"
5959

6060
- name: luarocks
61-
uses: leafo/gh-actions-luarocks@v4
61+
uses: leafo/gh-actions-luarocks@v5
62+
with:
63+
luarocksVersion: "3.12.2"
6264

6365
- name: run test
6466
shell: bash

0 commit comments

Comments
 (0)