File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - name : Set up Python
1515 uses : actions/setup-python@v6
1616 with :
Original file line number Diff line number Diff line change 2929 python-version : " 3.13"
3030
3131 steps :
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333 - name : Set up Python ${{ matrix.python-version }}
3434 uses : actions/setup-python@v6
3535 with :
Original file line number Diff line number Diff line change 1818 python-version : ["3.14"]
1919
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - name : Set up Python ${{ matrix.python-version }}
2323 uses : actions/setup-python@v6
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@v5
16+ - uses : actions/checkout@v6
1717 - name : Set up Python
1818 uses : actions/setup-python@v6
1919 with :
Original file line number Diff line number Diff line change 1717 id-token : write # IMPORTANT: mandatory for trusted publishing
1818
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121
2222 - name : Set up Python
2323 uses : actions/setup-python@v6
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@v5
21+ - uses : actions/checkout@v6
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@v5
21+ - uses : actions/checkout@v6
2222 - name : Set up Python ${{ matrix.python-version }}
2323 uses : actions/setup-python@v6
2424 with :
Original file line number Diff line number Diff line change 5454 want-latest-entry-point-code : true
5555
5656 steps :
57- - uses : actions/checkout@v5
57+ - uses : actions/checkout@v6
5858 - name : Set up Python ${{ matrix.python-version }}
5959 uses : actions/setup-python@v6
6060 with :
@@ -123,7 +123,7 @@ jobs:
123123 - windows-2022
124124
125125 steps :
126- - uses : actions/checkout@v5
126+ - uses : actions/checkout@v6
127127 - name : Set up uv with Python 3.11
128128 uses : astral-sh/setup-uv@v7
129129 with :
You can’t perform that action at this time.
0 commit comments