File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 23
23
dist :
24
24
runs-on : ubuntu-22.04
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
with :
28
28
fetch-depth : 0
29
29
@@ -43,13 +43,13 @@ jobs:
43
43
contents : read
44
44
45
45
steps :
46
- - uses : actions/download-artifact@v4
46
+ - uses : actions/download-artifact@v5
47
47
with :
48
48
name : Packages
49
49
path : dist
50
50
51
51
- name : Generate artifact attestation for sdist and wheel
52
- uses : actions/attest-build-provenance@v2
52
+ uses : actions/attest-build-provenance@v3
53
53
with :
54
54
subject-path : " dist/hist-*"
55
55
64
64
needs : [dist]
65
65
runs-on : ubuntu-latest
66
66
steps :
67
- - uses : actions/download-artifact@v4
67
+ - uses : actions/download-artifact@v5
68
68
with :
69
69
name : Packages
70
70
path : dist
Original file line number Diff line number Diff line change 18
18
pylint :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
- uses : astral-sh/setup-uv@v6
23
23
- name : Install nox
24
24
run : uv tool install nox
40
40
41
41
name : Check Python ${{ matrix.python-version }}
42
42
steps :
43
- - uses : actions/checkout@v4
43
+ - uses : actions/checkout@v5
44
44
45
45
- uses : actions/setup-python@v5
46
46
with :
74
74
name : Check minimums
75
75
runs-on : ubuntu-latest
76
76
steps :
77
- - uses : actions/checkout@v4
77
+ - uses : actions/checkout@v5
78
78
79
79
- uses : actions/setup-python@v5
80
80
with :
You can’t perform that action at this time.
0 commit comments