File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v3
15
15
- name : Set up Python ${{ matrix.python-version }}
16
- uses : actions/setup-python@v2
16
+ uses : actions/setup-python@v3
17
17
with :
18
18
python-version : ${{ matrix.python-version }}
19
19
cache : pip
29
29
steps :
30
30
- uses : actions/checkout@v3
31
31
- name : Set up Python
32
- uses : actions/setup-python@v2
32
+ uses : actions/setup-python@v3
33
33
with :
34
34
python-version : ' 3.9'
35
35
cache : pip
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@v3
13
13
- name : Set up Python ${{ matrix.python-version }}
14
- uses : actions/setup-python@v2
14
+ uses : actions/setup-python@v3
15
15
with :
16
16
python-version : ${{ matrix.python-version }}
17
17
cache : pip
You can’t perform that action at this time.
0 commit comments