Skip to content

Commit 91a59a9

Browse files
committed
ci: update dependency versions
1 parent 6617d47 commit 91a59a9

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

.github/workflows/luarocks.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ jobs:
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

0 commit comments

Comments
 (0)