File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 34
34
with :
35
35
submodules : recursive
36
36
37
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
37
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
38
38
with :
39
39
python-version : 3.12
40
40
Original file line number Diff line number Diff line change 18
18
with :
19
19
submodules : recursive
20
20
21
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
21
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
22
22
with :
23
23
python-version : 3.12
24
24
32
32
run : pipx run build
33
33
34
34
- name : Store the distribution packages
35
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
35
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
36
36
with :
37
37
name : python-package-distributions
38
38
path : dist/
@@ -51,13 +51,13 @@ jobs:
51
51
url : https://pypi.org/p/micropip
52
52
steps :
53
53
- name : Download all the dists
54
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
54
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
55
55
with :
56
56
path : dist/
57
57
merge-multiple : true
58
58
59
59
- name : Generate artifact attestations
60
- uses : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
60
+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
61
61
with :
62
62
subject-path : " dist/*"
63
63
Original file line number Diff line number Diff line change 26
26
with :
27
27
submodules : recursive
28
28
29
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
29
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
30
30
with :
31
31
python-version : 3.11.1
32
32
You can’t perform that action at this time.
0 commit comments