File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090 name : " manylinux_x86_64-wheels"
9191 path : dist
9292 - name : Set up Python
93- uses : actions/setup-python@v5
93+ uses : actions/setup-python@v6
9494 with :
9595 python-version : ' >=3.13'
9696 - name : Set up dependencies
@@ -126,7 +126,7 @@ jobs:
126126 steps :
127127 - uses : actions/checkout@v5
128128 - name : Set up Python
129- uses : actions/setup-python@v5
129+ uses : actions/setup-python@v6
130130 with :
131131 python-version : " ${{matrix.python_version}}-dev"
132132 - uses : actions/download-artifact@v5
@@ -164,7 +164,7 @@ jobs:
164164 steps :
165165 - uses : actions/checkout@v5
166166 - name : Set up Python
167- uses : actions/setup-python@v5
167+ uses : actions/setup-python@v6
168168 with :
169169 python-version : " ${{matrix.python_version}}-dev"
170170 - uses : actions/download-artifact@v5
@@ -202,7 +202,7 @@ jobs:
202202 steps :
203203 - uses : actions/checkout@v5
204204 - name : Set up Python
205- uses : actions/setup-python@v5
205+ uses : actions/setup-python@v6
206206 with :
207207 python-version : " ${{matrix.python_version}}-dev"
208208 - uses : actions/download-artifact@v5
Original file line number Diff line number Diff line change 2929 steps :
3030 - uses : actions/checkout@v5
3131 - name : Set up Python
32- uses : actions/setup-python@v5
32+ uses : actions/setup-python@v6
3333 with :
3434 python-version : " 3.10"
3535 - name : Set up dependencies
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v5
1717 - name : Set up Python
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : " 3.10"
2121 - name : Set up dependencies
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@v5
10- - uses : actions/setup-python@v5
10+ - uses : actions/setup-python@v6
1111 with :
1212 python-version : " 3.10"
1313 - name : Set up dependencies
You can’t perform that action at this time.
0 commit comments