Skip to content

Commit

Permalink
chore(deps): update thinca/action-setup-vim action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 2, 2024
1 parent f777960 commit 12a7c00
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 @@ -64,7 +64,7 @@ jobs:
pip3 install --user -r requirements.txt
- 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 @@ -183,7 +183,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 12a7c00

Please sign in to comment.