We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a40d47 commit 84add11Copy full SHA for 84add11
1 file changed
.github/workflows/ci.yml
@@ -51,7 +51,9 @@ jobs:
51
vim_version: ${{ matrix.vim_version }}
52
download: ${{ matrix.download }}
53
- name: Setup Python
54
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
55
+ with:
56
+ python-version: 3.x
57
- name: Install covimerage
58
run: |
59
python -m pip install -U pip setuptools wheel
0 commit comments