File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v5
14
14
15
15
- name : Setup Python
16
- uses : actions/setup-python@v5
16
+ uses : actions/setup-python@v6
17
17
with :
18
18
python-version : 3.8
19
19
Original file line number Diff line number Diff line change 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/pyproject*"
46
46
Original file line number Diff line number Diff line change 46
46
uses : actions/checkout@v5
47
47
48
48
- name : Set up target Python
49
- uses : actions/setup-python@v5
49
+ uses : actions/setup-python@v6
50
50
with :
51
51
python-version : ${{ matrix.python }}
52
52
allow-prereleases : true
You can’t perform that action at this time.
0 commit comments