File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 13
13
dist :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
with :
18
18
fetch-depth : 0
19
19
31
31
name : ZipApp
32
32
runs-on : ubuntu-latest
33
33
steps :
34
- - uses : actions/checkout@v4
34
+ - uses : actions/checkout@v5
35
35
with :
36
36
fetch-depth : 0
37
37
@@ -60,13 +60,13 @@ jobs:
60
60
attestations : write
61
61
62
62
steps :
63
- - uses : actions/download-artifact@v4
63
+ - uses : actions/download-artifact@v5
64
64
with :
65
65
name : artifact
66
66
path : dist
67
67
68
68
- name : Generate artifact attestation for sdist and wheel
69
- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
69
+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0
70
70
with :
71
71
subject-path : " dist/particle*"
72
72
75
75
with :
76
76
attestations : true
77
77
78
- - uses : actions/download-artifact@v4
78
+ - uses : actions/download-artifact@v5
79
79
with :
80
80
name : zipapp
81
81
path : zipapp
86
86
files : ./zipapp/particle.pyz
87
87
88
88
- name : Generate artifact attestation for zipapp
89
- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
89
+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0
90
90
with :
91
91
subject-path : zipapp/particle.pyz
Original file line number Diff line number Diff line change 15
15
pre-commit :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
with :
20
20
fetch-depth : 0
21
21
- uses : actions/setup-python@v5
44
44
- {os: windows-latest, python-version: '3.13'}
45
45
46
46
steps :
47
- - uses : actions/checkout@v4
47
+ - uses : actions/checkout@v5
48
48
with :
49
49
fetch-depth : 0
50
50
71
71
runs-on : ubuntu-latest
72
72
73
73
steps :
74
- - uses : actions/checkout@v4
74
+ - uses : actions/checkout@v5
75
75
with :
76
76
fetch-depth : 0
77
77
95
95
name : ZipApp
96
96
runs-on : ubuntu-latest
97
97
steps :
98
- - uses : actions/checkout@v4
98
+ - uses : actions/checkout@v5
99
99
with :
100
100
fetch-depth : 0
101
101
You can’t perform that action at this time.
0 commit comments