Skip to content

Commit c2e0a8d

Browse files
chore(deps): 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 42f4dc8 commit c2e0a8d

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)