File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 with :
2323 submodules : recursive
2424
25- - uses : actions/setup-python@v5
25+ - uses : actions/setup-python@v6
2626 -
uses :
pre-commit/[email protected] 2727 with :
2828 extra_args : --hook-stage manual --all-files
4646 submodules : recursive
4747 fetch-depth : 0
4848
49- - uses : actions/setup-python@v5
49+ - uses : actions/setup-python@v6
5050 with :
5151 python-version : ${{ matrix.python-version }}
5252
@@ -154,7 +154,7 @@ jobs:
154154 if : runner.os == 'Linux'
155155 run : sudo apt-get update && sudo apt-get install -y libboost-dev swig libcgal-dev
156156
157- - uses : pypa/cibuildwheel@v3.1
157+ - uses : pypa/cibuildwheel@v3.2
158158 env :
159159 CIBW_ARCHS : ${{ matrix.arch }}
160160 CIBW_BUILD : cp${{ matrix.python }}-*
Original file line number Diff line number Diff line change 1717 name : Validate PR title
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : amannn/action-semantic-pull-request@v6.0 .1
20+ - uses : amannn/action-semantic-pull-request@v6.1 .1
2121 env :
2222 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 7272 Expand-Archive boost_1_88_0.zip .\boost_1_88_0
7373 Expand-Archive CGAL-6.0.1.zip .\CGAL-6.0.1
7474
75- - uses : pypa/cibuildwheel@v3.1
75+ - uses : pypa/cibuildwheel@v3.2
7676 env :
7777 CIBW_ARCHS : ${{ matrix.arch }}
7878 CIBW_BUILD : cp${{ matrix.python }}-*
You can’t perform that action at this time.
0 commit comments