Skip to content

Commit adeedb7

Browse files
authored
Merge pull request #2329 from vim-jp/dependabot/github_actions/thinca/action-setup-vim-3
Bump thinca/action-setup-vim from 2 to 3
2 parents 4bb9a53 + 8b9cb09 commit adeedb7

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)