File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
dist :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
20
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
21
21
with :
22
22
fetch-depth : 0
23
23
@@ -34,13 +34,13 @@ jobs:
34
34
if : github.event_name == 'release' && github.event.action == 'published'
35
35
36
36
steps :
37
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
37
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
38
38
with :
39
39
name : Packages
40
40
path : dist
41
41
42
42
- name : Generate artifact attestation for sdist and wheel
43
- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
43
+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0
44
44
with :
45
45
subject-path : " dist/*"
46
46
Original file line number Diff line number Diff line change 24
24
name : Lint
25
25
runs-on : ubuntu-latest
26
26
steps :
27
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
27
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
28
28
with :
29
29
fetch-depth : 0
30
30
53
53
runs-on : [ubuntu-latest]
54
54
55
55
steps :
56
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
56
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
57
57
with :
58
58
fetch-depth : 0
59
59
Original file line number Diff line number Diff line change 9
9
docs-build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
12
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
13
13
14
14
- uses : prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293 # v0.9.0
15
15
with :
Original file line number Diff line number Diff line change 17
17
environment :
18
18
name : docs-deploy
19
19
steps :
20
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
20
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
21
21
22
22
- name : Download Artifact
23
23
uses : dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
You can’t perform that action at this time.
0 commit comments