Skip to content

Commit 631aabc

Browse files
chore(deps): bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `pypa/cibuildwheel` from 3.2 to 3.3 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.2...v3.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-version: '3.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4ae3c80 commit 631aabc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Format
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
submodules: recursive
2424

@@ -41,7 +41,7 @@ jobs:
4141
python-version: "3.9"
4242

4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
with:
4646
submodules: recursive
4747
fetch-depth: 0
@@ -121,7 +121,7 @@ jobs:
121121
arch: [auto64]
122122

123123
steps:
124-
- uses: actions/checkout@v5
124+
- uses: actions/checkout@v6
125125
with:
126126
submodules: recursive
127127
fetch-depth: 0
@@ -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.2
157+
- uses: pypa/cibuildwheel@v3.3
158158
env:
159159
CIBW_ARCHS: ${{ matrix.arch }}
160160
CIBW_BUILD: cp${{ matrix.python }}-*

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Make SDist
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
with:
1919
submodules: recursive
2020
fetch-depth: 0
@@ -43,7 +43,7 @@ jobs:
4343
python: 310
4444

4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
with:
4848
submodules: recursive
4949
fetch-depth: 0
@@ -72,7 +72,7 @@ jobs:
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.2
75+
- uses: pypa/cibuildwheel@v3.3
7676
env:
7777
CIBW_ARCHS: ${{ matrix.arch }}
7878
CIBW_BUILD: cp${{ matrix.python }}-*

0 commit comments

Comments
 (0)