Skip to content

Commit b389412

Browse files
authored
Merge pull request #835 from vim-jp/dependabot/github_actions/thinca/action-setup-vim-3
chore(deps): bump thinca/action-setup-vim from 2 to 3
2 parents 396ef4c + c2e0a8d commit b389412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
echo '::endgroup::'
8585
- name: Setup Vim
8686
id: 'vim'
87-
uses: thinca/action-setup-vim@v2
87+
uses: thinca/action-setup-vim@v3
8888
with:
8989
vim_version: '${{ matrix.vim }}'
9090
vim_type: '${{ matrix.type }}'
@@ -221,7 +221,7 @@ jobs:
221221
echo '::endgroup::'
222222
- name: Setup Vim
223223
id: 'vim'
224-
uses: thinca/action-setup-vim@v2
224+
uses: thinca/action-setup-vim@v3
225225
with:
226226
vim_version: '${{ matrix.vim }}'
227227
vim_type: '${{ matrix.type }}'

0 commit comments

Comments
 (0)