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 18
18
steps :
19
19
- uses : actions/checkout@v3
20
20
- name : Setup Python
21
- uses : actions/setup-python@v2.3.2
21
+ uses : actions/setup-python@v3.1.0
22
22
with :
23
23
python-version : ${{ matrix.python-version }}
24
24
architecture : x64
51
51
steps :
52
52
- uses : actions/checkout@v3
53
53
- name : Setup Python
54
- uses : actions/setup-python@v2.3.2
54
+ uses : actions/setup-python@v3.1.0
55
55
with :
56
56
python-version : ${{ matrix.python-version }}
57
57
architecture : x64
Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@v3
12
12
- name : Set up Python
13
- uses : actions/setup-python@v2.3.2
13
+ uses : actions/setup-python@v3.1.0
14
14
with :
15
15
python-version : " 3.x"
16
16
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments