Skip to content

Commit cbcc862

Browse files
authored
Bump python version so linter works again (#398)
1 parent 05ef7f4 commit cbcc862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
- name: Checkout
88
uses: actions/checkout@master
99
- name: Set up Python
10-
uses: actions/setup-python@v1
10+
uses: actions/setup-python@v4
1111
with:
12-
python-version: 3.7
12+
python-version: '3.10'
1313
- name: Setup dependencies
1414
run: pip install vim-vint
1515
- name: Run Vimscript Linter

0 commit comments

Comments
 (0)