File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
15
15
uses : actions/checkout@v3
16
16
17
17
- name : Setup ‘lua’
18
- uses : leafo /gh-actions-lua@v9
18
+ uses : hishamhm /gh-actions-lua@master
19
19
with :
20
20
luaVersion : ${{ matrix.luaVersion }}
21
21
22
22
- name : Setup ‘luarocks’
23
- uses : leafo /gh-actions-luarocks@v4
23
+ uses : hishamhm /gh-actions-luarocks@master
24
24
25
25
- name : Setup dependencies
26
26
run : |
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
28
28
uses : actions/checkout@v3
29
29
30
30
- name : Setup ‘lua’
31
- uses : leafo /gh-actions-lua@v9
31
+ uses : hishamhm /gh-actions-lua@master
32
32
with :
33
33
luaVersion : ${{ matrix.luaVersion }}
34
34
35
35
- name : Setup ‘luarocks’
36
- uses : leafo /gh-actions-luarocks@v4
36
+ uses : hishamhm /gh-actions-luarocks@master
37
37
38
38
- name : Setup dependencies
39
39
run : |
You can’t perform that action at this time.
0 commit comments