Skip to content

Commit 71ae240

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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)