Skip to content

Commit 3e3f82c

Browse files
committed
ci: use explicit Neovim version for "Lint" workflow
1 parent aa550a1 commit 3e3f82c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
uses: rhysd/action-setup-vim@v1
3232
with:
3333
neovim: true
34+
version: v0.10.3
3435
- uses: actions/checkout@v4
3536
- name: Generate documentation
3637
run: make --silent documentation
@@ -47,6 +48,7 @@ jobs:
4748
uses: rhysd/action-setup-vim@v1
4849
with:
4950
neovim: true
51+
version: v0.10.3
5052
- uses: actions/checkout@v4
5153
with:
5254
fetch-depth: 0

0 commit comments

Comments
 (0)