File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 0
3131
@@ -43,13 +43,13 @@ jobs:
4343 if : github.event_name == 'release' && github.event.action == 'published'
4444
4545 steps :
46- - uses : actions/download-artifact@v4
46+ - uses : actions/download-artifact@v5
4747 with :
4848 name : Packages
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 2222 name : Pylint
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 with :
2727 fetch-depth : 0
2828 - uses : actions/setup-python@v5
5252 runs-on : ubuntu-latest
5353
5454 steps :
55- - uses : actions/checkout@v4
55+ - uses : actions/checkout@v5
5656 with :
5757 fetch-depth : 0
5858
Original file line number Diff line number Diff line change 2929 steps :
3030 # Checkout current git repository
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333
3434 # setup python env
3535 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 2121 steps :
2222 # Checkout current git repository
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525
2626 # setup python env
2727 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - uses : actions/setup-node@v4
1212 with :
1313 node-version : " 22"
You can’t perform that action at this time.
0 commit comments