Skip to content

Commit 26b67c4

Browse files
chore(deps): bump the actions group with 2 updates
Bumps the actions group with 2 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `pypa/cibuildwheel` from 2.23 to 3.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.23...v3.0) Updates `actions/attest-build-provenance` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@db473fd...e8998f9) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: '3.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/attest-build-provenance dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7fc9bf commit 26b67c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
126126

127127
- name: Build wheels
128-
uses: pypa/cibuildwheel@v2.23
128+
uses: pypa/cibuildwheel@v3.0
129129
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
130130
env:
131131
CIBW_ARCHS: "${{ matrix.arch }}"
@@ -154,7 +154,7 @@ jobs:
154154
fetch-depth: 0 # required for versioneer to find tags
155155

156156
- name: Build wheels
157-
uses: pypa/cibuildwheel@v2.23
157+
uses: pypa/cibuildwheel@v3.0
158158
env:
159159
CIBW_ARCHS: "${{ matrix.arch }}"
160160
CIBW_BUILD: "cp39-manylinux_*"
@@ -312,7 +312,7 @@ jobs:
312312
path: dist
313313

314314
- name: Generate artifact attestation for sdist and wheel
315-
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
315+
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
316316
with:
317317
subject-path: "dist/cmake-*"
318318

0 commit comments

Comments
 (0)