File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
name : Lint for editorconfig violations
31
31
steps :
32
32
- name : Checkout the repository
33
- uses : actions/checkout@v2
33
+ uses : actions/checkout@v3
34
34
- name : Check for editorconfig violations
35
35
uses : editorconfig-checker/action-editorconfig-checker@v1
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
16
16
timeout-minutes : 10
17
17
18
18
steps :
19
- - uses : actions/checkout@v2
20
- - name : Set up Python 3.6
21
- uses : actions/setup-python@v2
19
+ - uses : actions/checkout@v3
20
+ - name : Set up Python 3.7
21
+ uses : actions/setup-python@v4
22
22
with :
23
- python-version : ' 3.6 '
23
+ python-version : ' 3.7 '
24
24
- name : Install dependencies
25
25
run : |
26
26
python -m pip install --upgrade pip setuptools wheel
You can’t perform that action at this time.
0 commit comments