File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 - stable
1414 - nightly
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 path : none-ls.nvim
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 with :
2121 repository : nvim-lua/plenary.nvim
2222 path : none-ls.nvim/.tests/site/pack/deps/start/plenary.nvim
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 ref : ${{ github.head_ref }}
2323
Original file line number Diff line number Diff line change 99 luarocks-upload :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - name : LuaRocks Upload
14- uses : nvim-neorocks /luarocks-tag-release@v5
14+ uses : lumen-oss /luarocks-tag-release@v7
1515 env :
1616 LUAROCKS_API_KEY : ${{ secrets.LUAROCKS_API_KEY }}
1717 with :
1818 version : " scm"
1919 extra_luarocks_args : |
2020 --force
21+ dependencies : |
22+ plenary.nvim
You can’t perform that action at this time.
0 commit comments