File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4949 path : dist
5050
5151 - name : Generate artifact attestation for sdist and wheel
52- uses : actions/attest-build-provenance@v2
52+ uses : actions/attest-build-provenance@v3
5353 with :
5454 subject-path : " dist/*"
5555
Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v5
2626 with :
2727 fetch-depth : 0
28- - uses : actions/setup-python@v5
28+ - uses : actions/setup-python@v6
2929 with :
3030 python-version : " 3.x"
3131
5656 with :
5757 fetch-depth : 0
5858
59- - uses : actions/setup-python@v5
59+ - uses : actions/setup-python@v6
6060 with :
6161 python-version : ${{ matrix.python-version }}
6262 allow-prereleases : true
Original file line number Diff line number Diff line change 3232 - uses : actions/checkout@v5
3333 - name : Setup Pages
3434 uses : actions/configure-pages@v5
35- - uses : actions/setup-node@v4
35+ - uses : actions/setup-node@v5
3636 with :
3737 node-version : 18.x
3838 - name : Install MyST Markdown
You can’t perform that action at this time.
0 commit comments