Skip to content

Commit a93ec03

Browse files
chore(deps): bump the actions group across 1 directory with 3 updates (#367)
Bumps the actions group with 3 updates in the / directory: [actions/setup-python](https://github.com/actions/setup-python), [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `pypa/cibuildwheel` from 3.1 to 3.2 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.1...v3.2) Updates `amannn/action-semantic-pull-request` from 6.0.1 to 6.1.1 - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md) - [Commits](amannn/action-semantic-pull-request@v6.0.1...v6.1.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-version: '3.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: amannn/action-semantic-pull-request dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lindsey Gray <[email protected]>
1 parent de90d4d commit a93ec03

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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
@@ -46,7 +46,7 @@ jobs:
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 }}-*

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
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 }}

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.1
75+
- uses: pypa/cibuildwheel@v3.2
7676
env:
7777
CIBW_ARCHS: ${{ matrix.arch }}
7878
CIBW_BUILD: cp${{ matrix.python }}-*

0 commit comments

Comments
 (0)