Skip to content

Commit 201d879

Browse files
dependabot[bot]henryiii
authored andcommitted
chore(deps): bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action), [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `docker/setup-qemu-action` from 3.4.0 to 3.6.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3.4.0...v3.6.0) Updates `pypa/cibuildwheel` from 2.22 to 2.23 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.22...v2.23) Updates `actions/attest-build-provenance` from 2.2.0 to 2.2.3 - [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@520d128...c074443) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - 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-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 22aec91 commit 201d879

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ jobs:
118118
- uses: yezz123/setup-uv@v4
119119

120120
- name: Set up QEMU
121-
uses: docker/setup-qemu-action@v3.4.0
121+
uses: docker/setup-qemu-action@v3.6.0
122122
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
123123

124124
- name: Build wheels
125-
uses: pypa/cibuildwheel@v2.22
125+
uses: pypa/cibuildwheel@v2.23
126126
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
127127
env:
128128
CIBW_ARCHS: "${{ matrix.arch }}"
@@ -151,7 +151,7 @@ jobs:
151151
fetch-depth: 0 # required for versioneer to find tags
152152

153153
- name: Build wheels
154-
uses: pypa/cibuildwheel@v2.22
154+
uses: pypa/cibuildwheel@v2.23
155155
env:
156156
CIBW_ARCHS: "${{ matrix.arch }}"
157157
CIBW_BUILD: "cp39-manylinux_*"
@@ -307,7 +307,7 @@ jobs:
307307
path: dist
308308

309309
- name: Generate artifact attestation for sdist and wheel
310-
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
310+
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
311311
with:
312312
subject-path: "dist/cmake-*"
313313

0 commit comments

Comments
 (0)