Skip to content

Commit a84eddb

Browse files
chore(deps): bump the actions group with 2 updates (#527)
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.19 to 2.20 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.19...v2.20) Updates `actions/attest-build-provenance` from 1.3.3 to 1.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@5e9cb68...210c191) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/attest-build-provenance 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>
1 parent ba8875a commit a84eddb

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
@@ -114,7 +114,7 @@ jobs:
114114
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
115115

116116
- name: Build wheels
117-
uses: pypa/cibuildwheel@v2.19
117+
uses: pypa/cibuildwheel@v2.20
118118
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
119119
env:
120120
CIBW_ARCHS: "${{ matrix.arch }}"
@@ -143,7 +143,7 @@ jobs:
143143
fetch-depth: 0 # required for versioneer to find tags
144144

145145
- name: Build wheels
146-
uses: pypa/cibuildwheel@v2.19
146+
uses: pypa/cibuildwheel@v2.20
147147
env:
148148
CIBW_ARCHS: "${{ matrix.arch }}"
149149
CIBW_BUILD: "cp39-manylinux_*"
@@ -243,7 +243,7 @@ jobs:
243243
path: dist
244244

245245
- name: Generate artifact attestation for sdist and wheel
246-
uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
246+
uses: actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd # v1.4.0
247247
with:
248248
subject-path: "dist/cmake-*"
249249

0 commit comments

Comments
 (0)