Skip to content

Commit

Permalink
chore(deps): bump thinca/action-setup-vim from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [thinca/action-setup-vim](https://github.com/thinca/action-setup-vim) from 1 to 2.
- [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@v1...v2)

---
updated-dependencies:
- dependency-name: thinca/action-setup-vim
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent 1728309 commit 36388de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
fi
- name: Setup Vim
id: 'vim'
uses: thinca/action-setup-vim@v1
uses: thinca/action-setup-vim@v2
with:
vim_version: '${{ matrix.vim }}'
vim_type: '${{ matrix.type }}'
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
${{ runner.os }}-pip-
- name: Setup Vim
id: 'vim'
uses: thinca/action-setup-vim@v1
uses: thinca/action-setup-vim@v2
with:
vim_version: '${{ matrix.vim }}'
vim_type: '${{ matrix.type }}'
Expand Down

0 comments on commit 36388de

Please sign in to comment.