File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1515 name : Format
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
19- - uses : actions/setup-python@v5
18+ - uses : actions/checkout@v5
19+ - uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.x"
2222 -
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
1919 runs-on : ${{ matrix.platform }}
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 with :
2424 submodules : true
2525
26- - uses : actions/setup-python@v5
26+ - uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929
Original file line number Diff line number Diff line change 1515 name : Build SDist
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 submodules : true
2121
@@ -39,12 +39,12 @@ jobs:
3939 arch : [x86_64]
4040
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v5
4343 with :
4444 submodules : true
4545
4646 - name : Build wheels
47- uses : pypa/cibuildwheel@v2.17
47+ uses : pypa/cibuildwheel@v3.2
4848 env :
4949 CIBW_PLATFORM : linux
5050 CIBW_ARCHS_LINUX : ${{ matrix.arch }}
8080
8181 steps :
8282 - name : Download all artifacts
83- uses : actions/download-artifact@v4
83+ uses : actions/download-artifact@v5
8484 with :
8585 pattern : cibw-*
8686 path : dist
You can’t perform that action at this time.
0 commit comments