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 47e072b commit f0d68ddCopy full SHA for f0d68dd
.github/workflows/build.yml
@@ -192,7 +192,7 @@ jobs:
192
193
steps:
194
- uses: actions/checkout@v4
195
- - uses: astral-sh/setup-uv@v4
+ - uses: astral-sh/setup-uv@v5
196
197
- name: Setup environment
198
run: |
@@ -307,7 +307,7 @@ jobs:
307
path: dist
308
309
- name: Generate artifact attestation for sdist and wheel
310
- uses: actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
+ uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
311
with:
312
subject-path: "dist/cmake-*"
313
0 commit comments