File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
13
13
strategy :
14
14
max-parallel : 4
15
15
matrix :
16
- python-version : [3.8 ]
16
+ python-version : [3.9 ]
17
17
18
18
steps :
19
19
- uses : actions/checkout@v2
20
20
- name : Set up Python ${{ matrix.python-version }}
21
- uses : actions/setup-python@v1
21
+ uses : actions/setup-python@v4
22
22
with :
23
23
python-version : ${{ matrix.python-version }}
24
24
- name : Install Dependencies
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
13
13
strategy :
14
14
max-parallel : 4
15
15
matrix :
16
- python-version : [3.8 ]
16
+ python-version : [3.9 ]
17
17
18
18
steps :
19
19
- uses : actions/checkout@v2
20
20
- name : Set up Python ${{ matrix.python-version }}
21
- uses : actions/setup-python@v1
21
+ uses : actions/setup-python@v4
22
22
with :
23
23
python-version : ${{ matrix.python-version }}
24
24
- name : Install Dependencies
You can’t perform that action at this time.
0 commit comments