Skip to content

Commit 9b77977

Browse files
authored
Merge pull request #1434 from vim-jp/hh-update-tag-create-vim-9.1.0065
Update Vim version that generates helptags to 9.1.0065.
2 parents 566360f + 7ff9c72 commit 9b77977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Vim
3131
uses: thinca/action-setup-vim@v1
3232
with:
33-
vim_version: 'v8.2.0020'
33+
vim_version: 'v9.1.0065'
3434
vim_type: 'Vim'
3535
- name: Generate new document
3636
run: |
@@ -88,7 +88,7 @@ jobs:
8888
- name: Setup Vim
8989
uses: thinca/action-setup-vim@v1
9090
with:
91-
vim_version: 'v8.2.0020'
91+
vim_version: 'v9.1.0065'
9292
vim_type: 'Vim'
9393
- name: Generate new document
9494
run: |

0 commit comments

Comments
 (0)