Skip to content

Commit b0300ba

Browse files
authored
Merge pull request #1443 from vim-jp/dependabot/github_actions/thinca/action-setup-vim-2
Bump thinca/action-setup-vim from 1 to 2
2 parents 31daa83 + 6bb7e99 commit b0300ba

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)