File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313
1414 - uses : actions/setup-python@v5
1515 with :
2626 make doc
2727
2828 - name : upload docs artifact
29- uses : actions/upload-pages-artifact@v1
29+ uses : actions/upload-pages-artifact@v3
3030 with :
3131 path : ./html/
3232
4242 url : ${{ steps.deployment.outputs.page_url }}
4343 steps :
4444 - id : deployment
45- uses : actions/deploy-pages@v1
45+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 1010 lint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414
1515 - uses : actions/setup-python@v5
1616 with :
Original file line number Diff line number Diff line change 1818 name : upload release to PyPI
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222
2323 - uses : actions/setup-python@v5
2424 with :
3636 uses : pypa/gh-action-pypi-publish@release/v1
3737
3838 - name : sign
39- uses : sigstore/gh-action-sigstore-python@v1.2 .1
39+ uses : sigstore/gh-action-sigstore-python@v2.1 .1
4040 with :
4141 inputs : ./dist/*.tar.gz ./dist/*.whl
4242 release-signing-artifacts : true
Original file line number Diff line number Diff line change 1717 - " 3.12"
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121
22- - uses : actions/setup-python@v4
22+ - uses : actions/setup-python@v5
2323 with :
2424 python-version : ${{ matrix.python }}
2525 cache : " pip"
You can’t perform that action at this time.
0 commit comments