We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a8af1 commit be1a1e2Copy full SHA for be1a1e2
.github/workflows/build.yml
@@ -110,7 +110,7 @@ jobs:
110
- uses: yezz123/setup-uv@v4
111
112
- name: Set up QEMU
113
- uses: docker/setup-qemu-action@v3.0.0
+ uses: docker/setup-qemu-action@v3.1.0
114
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
115
116
- name: Build wheels
@@ -243,7 +243,7 @@ jobs:
243
path: dist
244
245
- name: Generate artifact attestation for sdist and wheel
246
- uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
+ uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
247
with:
248
subject-path: "dist/cmake-*"
249
0 commit comments