File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -776,7 +776,7 @@ jobs:
776776 timeout-minutes : 90
777777
778778 steps :
779- - uses : actions/checkout@v1 # v1 is required to run inside docker
779+ - uses : actions/checkout@v5 # v1 is required to run inside docker
780780
781781 - name : Install requirements
782782 run : |
Original file line number Diff line number Diff line change 2222 submodules : true
2323 fetch-depth : 0
2424
25- - uses : pypa/cibuildwheel@v3.1
25+ - uses : pypa/cibuildwheel@v3.2
2626 env :
2727 PYODIDE_BUILD_EXPORTS : whole_archive
2828 with :
4545 # We have to uninstall first because GH is now using a local tap to build cmake<4, iOS needs cmake>=4
4646 - run : brew uninstall cmake && brew install cmake
4747
48- - uses : pypa/cibuildwheel@v3.1
48+ - uses : pypa/cibuildwheel@v3.2
4949 env :
5050 CIBW_PLATFORM : ios
5151 CIBW_SKIP : cp314-* # https://github.com/pypa/cibuildwheel/issues/2494
8080
8181 - run : pipx install patchelf
8282
83- - uses : pypa/cibuildwheel@v3.1
83+ - uses : pypa/cibuildwheel@v3.2
8484 env :
8585 CIBW_PLATFORM : android
8686 with :
You can’t perform that action at this time.
0 commit comments