Skip to content

Commit be1a1e2

Browse files
chore(deps): bump the actions group across 1 directory with 2 updates (#520)
Bumps the actions group with 2 updates in the / directory: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `docker/setup-qemu-action` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3.0.0...v3.1.0) Updates `actions/attest-build-provenance` from 1.3.2 to 1.3.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@bdd5137...5e9cb68) --- updated-dependencies: - dependency-name: docker/setup-qemu-action 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b5a8af1 commit be1a1e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- uses: yezz123/setup-uv@v4
111111

112112
- name: Set up QEMU
113-
uses: docker/setup-qemu-action@v3.0.0
113+
uses: docker/setup-qemu-action@v3.1.0
114114
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
115115

116116
- name: Build wheels
@@ -243,7 +243,7 @@ jobs:
243243
path: dist
244244

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

0 commit comments

Comments
 (0)