File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
steps :
31
31
- uses : actions/checkout@v5
32
32
- name : Setup Python
33
- uses : actions/setup-python@v5
33
+ uses : actions/setup-python@v6
34
34
with :
35
35
python-version : ${{matrix.python.version}}
36
36
- name : Check Python
Original file line number Diff line number Diff line change 29
29
steps :
30
30
- uses : actions/checkout@v5
31
31
- name : Setup Python
32
- uses : actions/setup-python@v5
32
+ uses : actions/setup-python@v6
33
33
with :
34
34
python-version : ${{ matrix.python.version }}
35
35
- name : Update Path
Original file line number Diff line number Diff line change 30
30
CTEST_OUTPUT_ON_FAILURE : 1
31
31
steps :
32
32
- uses : actions/checkout@v5
33
- - uses : actions/setup-python@v5
33
+ - uses : actions/setup-python@v6
34
34
with :
35
35
python-version : ${{ matrix.python.version }}
36
36
- name : Install python3
Original file line number Diff line number Diff line change 29
29
steps :
30
30
- uses : actions/checkout@v5
31
31
- name : Setup Python
32
- uses : actions/setup-python@v5
32
+ uses : actions/setup-python@v6
33
33
with :
34
34
python-version : ${{ matrix.python.version }}
35
35
- name : Update Path
You can’t perform that action at this time.
0 commit comments