File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 26
26
working-directory : ${{env.WORKING_DIR}}
27
27
steps :
28
28
- name : Set up Python ${{env.PYTHON_VERSION}}
29
- uses : actions/setup-python@v5
29
+ uses : actions/setup-python@v6
30
30
with :
31
31
python-version : ${{env.PYTHON_VERSION}}
32
32
- name : Checkout main branch of the repository
Original file line number Diff line number Diff line change 22
22
working-directory : ${{env.WORKING_DIR}}
23
23
steps :
24
24
- name : Set up Python ${{env.PYTHON_VERSION}}
25
- uses : actions/setup-python@v5
25
+ uses : actions/setup-python@v6
26
26
with :
27
27
python-version : ${{env.PYTHON_VERSION}}
28
28
- name : Checkout main branch of the repository
Original file line number Diff line number Diff line change 28
28
working-directory : ${{env.WORKING_DIR}}
29
29
steps :
30
30
- name : Set up Python ${{env.PYTHON_VERSION}}
31
- uses : actions/setup-python@v5
31
+ uses : actions/setup-python@v6
32
32
with :
33
33
python-version : ${{env.PYTHON_VERSION}}
34
34
- name : Checkout PR branch of the repository
Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@v5
24
24
- name : Set up Python 3.11
25
- uses : actions/setup-python@v5
25
+ uses : actions/setup-python@v6
26
26
with :
27
27
python-version : ' 3.11'
28
28
- name : Install dependencies
Original file line number Diff line number Diff line change 18
18
with :
19
19
fetch-depth : 0
20
20
- name : Set up Python
21
- uses : actions/setup-python@v5
21
+ uses : actions/setup-python@v6
22
22
with :
23
23
python-version : ' 3.11'
24
24
- name : Install dependencies
Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v5
27
27
- name : Set up Python
28
- uses : actions/setup-python@v5
28
+ uses : actions/setup-python@v6
29
29
with :
30
30
python-version : ' 3.11'
31
31
- name : Install dependencies
Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v5
27
27
- name : Set up Python ${{ matrix.python-version }}
28
- uses : actions/setup-python@v5
28
+ uses : actions/setup-python@v6
29
29
with :
30
30
python-version : ${{ matrix.python-version }}
31
31
- name : Install dependencies
Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@v5
23
23
- name : Set up Python ${{ matrix.python-version }}
24
- uses : actions/setup-python@v5
24
+ uses : actions/setup-python@v6
25
25
with :
26
26
python-version : ${{ matrix.python-version }}
27
27
- name : Install dependencies
42
42
steps :
43
43
- uses : actions/checkout@v5
44
44
- name : Set up Python 3.10
45
- uses : actions/setup-python@v5
45
+ uses : actions/setup-python@v6
46
46
with :
47
47
python-version : ' 3.10'
48
48
- name : Install dependencies
Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@v5
23
23
- name : Set up Python ${{ matrix.python-version }}
24
- uses : actions/setup-python@v5
24
+ uses : actions/setup-python@v6
25
25
with :
26
26
python-version : ${{ matrix.python-version }}
27
27
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments