Skip to content

Commit 8b9cb09

Browse files
Bump thinca/action-setup-vim from 2 to 3
Bumps [thinca/action-setup-vim](https://github.com/thinca/action-setup-vim) from 2 to 3. - [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@v2...v3) --- updated-dependencies: - dependency-name: thinca/action-setup-vim dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4bb9a53 commit 8b9cb09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate.yml

Lines changed: 2 additions & 2 deletions
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@v2
31+
uses: thinca/action-setup-vim@v3
3232
with:
3333
vim_version: 'v9.1.0065'
3434
vim_type: 'Vim'
@@ -93,7 +93,7 @@ jobs:
9393
ssh-key: ${{ secrets.VIMDOC_JA_SSH_KEY }}
9494
ref: gh-pages
9595
- name: Setup Vim
96-
uses: thinca/action-setup-vim@v2
96+
uses: thinca/action-setup-vim@v3
9797
with:
9898
vim_version: 'v9.1.0065'
9999
vim_type: 'Vim'

0 commit comments

Comments
 (0)