We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548f782 commit 3e96ffaCopy full SHA for 3e96ffa
.github/workflows/test.yml
@@ -6,9 +6,9 @@ jobs:
6
runs-on: ubuntu-22.04
7
steps:
8
- name: set up python
9
- uses: actions/setup-python@v2.1.4
+ uses: actions/setup-python@v5.5.0
10
with:
11
- python-version: 3.6
+ python-version: 3.7
12
- name: install vim-vint
13
run: |
14
python -m pip install --upgrade pip
@@ -35,9 +35,9 @@ jobs:
35
36
go-version: ${{ matrix.go }}
37
38
39
40
41
- name: install covimerage
42
43
0 commit comments