Skip to content

Commit 94ebe5f

Browse files
build(deps): Bump pypa/cibuildwheel in the actions group (#20)
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1e7a43 commit 94ebe5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
uses: docker/[email protected]
115115
if: matrix.use_qemu
116116

117-
- uses: pypa/[email protected].3
117+
- uses: pypa/[email protected].4
118118
env:
119119
CIBW_BUILD: "cp312-*"
120120
CIBW_ARCHS: "${{ matrix.arch }}"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
uses: docker/[email protected]
105105
if: matrix.use_qemu
106106

107-
- uses: pypa/[email protected].3
107+
- uses: pypa/[email protected].4
108108
env:
109109
CIBW_BUILD: "${{ matrix.python-version }}-*"
110110
CIBW_ARCHS: "${{ matrix.arch }}"

0 commit comments

Comments
 (0)