File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- uses : actions/checkout@v5
33
- - uses : actions/setup-python@v5
33
+ - uses : actions/setup-python@v6
34
34
with :
35
35
python-version : " 3.x"
36
36
-
uses :
pre-commit/[email protected]
@@ -213,7 +213,7 @@ jobs:
213
213
214
214
steps :
215
215
- uses : actions/checkout@v5
216
- - uses : actions/setup-python@v5
216
+ - uses : actions/setup-python@v6
217
217
id : python
218
218
with :
219
219
python-version : " 3.x"
@@ -290,7 +290,7 @@ jobs:
290
290
path : dist
291
291
292
292
- name : Generate artifact attestation for sdist and wheel
293
- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
293
+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0
294
294
with :
295
295
subject-path : " dist/cmake-*"
296
296
You can’t perform that action at this time.
0 commit comments