Skip to content

Commit 6bb7e99

Browse files
Bump thinca/action-setup-vim from 1 to 2
Bumps [thinca/action-setup-vim](https://github.com/thinca/action-setup-vim) from 1 to 2. - [Release notes](https://github.com/thinca/action-setup-vim/releases) - [Changelog](https://github.com/thinca/action-setup-vim/blob/master/CHANGELOG.md) - [Commits](thinca/action-setup-vim@v1...v2) --- updated-dependencies: - dependency-name: thinca/action-setup-vim dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e43d85d commit 6bb7e99

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
@@ -28,7 +28,7 @@ jobs:
2828
repository: 'vim-jp/vimdoc-ja'
2929
ssh-key: ${{ secrets.VIMDOC_JA_SSH_KEY }}
3030
- name: Setup Vim
31-
uses: thinca/action-setup-vim@v1
31+
uses: thinca/action-setup-vim@v2
3232
with:
3333
vim_version: 'v9.1.0065'
3434
vim_type: 'Vim'
@@ -86,7 +86,7 @@ jobs:
8686
ssh-key: ${{ secrets.VIMDOC_JA_SSH_KEY }}
8787
ref: gh-pages
8888
- name: Setup Vim
89-
uses: thinca/action-setup-vim@v1
89+
uses: thinca/action-setup-vim@v2
9090
with:
9191
vim_version: 'v9.1.0065'
9292
vim_type: 'Vim'

0 commit comments

Comments
 (0)