File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
3838 with :
3939 submodules : recursive
4040
41- - uses : leafo /gh-actions-lua@v8
41+ - uses : luarocks /gh-actions-lua@v11
4242 with :
4343 luaVersion : ${{ matrix.luaVersion }}
4444
45- - uses : leafo /gh-actions-luarocks@v4
45+ - uses : luarocks /gh-actions-luarocks@v6
4646
4747 - name : dependencies
4848 run : |
Original file line number Diff line number Diff line change 1818jobs :
1919
2020 luacheck :
21- runs-on : ubuntu-20.04
21+ runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout
2424 uses : actions/checkout@v3
25- - uses : leafo /gh-actions-lua@v9
26- - uses : leafo /gh-actions-luarocks@v4
25+ - uses : luarocks /gh-actions-lua@v11
26+ - uses : luarocks /gh-actions-luarocks@v6
2727 - name : dependencies
2828 run : make dev
2929 - name : Lint
Original file line number Diff line number Diff line change @@ -34,14 +34,15 @@ jobs:
3434 with :
3535 submodules : recursive
3636
37- - uses : leafo/gh-actions-openresty@v1
37+ - uses : leafo/gh-actions-openresty@v2
3838 with :
3939 openrestyVersion : ${{ matrix.openresty }}
4040
4141 # This will install luarocks, configured to use luajit that comes with openresty
4242 - uses : leafo/gh-actions-luarocks@v4
4343 with :
4444 withLuaPath : " /usr/local/openresty/luajit/"
45+ luaRocksVersion : " 3.12.2"
4546
4647 - name : dependencies
4748 run : |
You can’t perform that action at this time.
0 commit comments