Skip to content

Commit a5fdf2a

Browse files
committed
ci: use gh-actions-lua and gh-actions-luarocks from luarocks
1 parent ff2cbc2 commit a5fdf2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@master
2020

21-
- uses: leafo/gh-actions-lua@v8.0.0
21+
- uses: luarocks/gh-actions-lua@master
2222
with:
2323
luaVersion: ${{ matrix.lua-version }}
2424

25-
- uses: leafo/gh-actions-luarocks@master
25+
- uses: luarocks/gh-actions-luarocks@master
2626

2727
- name: Prep
2828
run: |

0 commit comments

Comments
 (0)