Skip to content

Commit 6980d44

Browse files
committed
Update .github/workflows/ci.yml
1 parent f32f3b6 commit 6980d44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: rm -f $(which msgfmt)
5151
- name: Setup Vim
5252
id: vim
53-
uses: thinca/action-setup-vim@v1
53+
uses: thinca/action-setup-vim@v2
5454
with:
5555
vim_version: ${{ matrix.vim_version }}
5656
download: ${{ matrix.download }}
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install covimerage
6262
run: |
6363
python -m pip install -U pip setuptools wheel
64-
pip install -U covimerage
64+
python -m pip install -U covimerage
6565
- name: Test
6666
env:
6767
THEMIS_VIM: ${{ steps.vim.outputs.executable }}

0 commit comments

Comments
 (0)