File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@v2
23
23
- name : Set up Python ${{ matrix.python-version }}
24
- uses : actions/setup-python@v2
24
+ uses : actions/setup-python@v4
25
25
with :
26
26
python-version : ${{ matrix.python-version }}
27
27
- name : Install dependencies
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/checkout@v2
18
18
- name : Set up Python
19
- uses : actions/setup-python@v2
19
+ uses : actions/setup-python@v4
20
20
with :
21
21
python-version : " 3.8"
22
22
- uses : actions/setup-node@v2
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
- python-version : [ 3.6 ]
17
+ python-version : [ 3.8 ]
18
18
19
19
steps :
20
20
- uses : actions/checkout@v2
21
21
- name : Set up Python ${{ matrix.python-version }}
22
- uses : actions/setup-python@v2
22
+ uses : actions/setup-python@v4
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
25
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments