Skip to content

Commit 2f880ad

Browse files
#1654: Use luarocks' GitHub actions (#1655)
1 parent e726cbb commit 2f880ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gendoc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
neovim: true
3737
version: ${{ matrix.version }}
3838

39-
- uses: leafo/gh-actions-lua@v9
39+
- uses: luarocks/gh-actions-lua@v10
4040
with:
4141
luaVersion: "luajit-2.1.0-beta3"
42-
- uses: leafo/gh-actions-luarocks@v4
42+
- uses: luarocks/gh-actions-luarocks@v5
4343

4444
- name: Install all required modules
4545
run: |

0 commit comments

Comments
 (0)