File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - name : Set up Python
1515 uses : actions/setup-python@v5
1616 with :
Original file line number Diff line number Diff line change 2929 python-version : " 3.13"
3030
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 - name : Set up Python ${{ matrix.python-version }}
3434 uses : actions/setup-python@v5
3535 with :
Original file line number Diff line number Diff line change 1818 python-version : ["3.x"]
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Set up Python ${{ matrix.python-version }}
2323 uses : actions/setup-python@v5
2424 with :
Original file line number Diff line number Diff line change 1313 if : github.event_name != 'pull_request' && (github.event_name != 'schedule' || github.repository_owner == 'ipython')
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Set up Python
1818 uses : actions/setup-python@v5
1919 with :
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 timeout-minutes : 5
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 fetch-depth : 0
2424 - name : Set up Python
Original file line number Diff line number Diff line change 1818 python-version : ["3.x"]
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Set up Python ${{ matrix.python-version }}
2323 uses : actions/setup-python@v5
2424 with :
Original file line number Diff line number Diff line change 5757 want-latest-entry-point-code : true
5858
5959 steps :
60- - uses : actions/checkout@v4
60+ - uses : actions/checkout@v5
6161 - name : Set up Python ${{ matrix.python-version }}
6262 uses : actions/setup-python@v5
6363 with :
You can’t perform that action at this time.
0 commit comments