File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@v6
2727 - name : Extract make args
2828 id : extract
29- uses : actions/github-script@v8
29+ uses : actions/github-script@v9
3030 with :
3131 script : |
3232 const fullComment = context.payload.comment.body;
3636
3737 - name : Reply to PR comment and save ID
3838 id : comment
39- uses : actions/github-script@v8
39+ uses : actions/github-script@v9
4040 with :
4141 script : |
4242 const fs = require('fs');
8484 LIGHTNING_API_KEY : ${{ secrets.LIGHTNING_API_KEY }}
8585
8686 - name : Update the same comment
87- uses : actions/github-script@v8
87+ uses : actions/github-script@v9
8888 env :
8989 COMMENT_ID : ${{ steps.comment.outputs.comment_id }}
9090 USERNAME : ${{ steps.comment.outputs.username }}
Original file line number Diff line number Diff line change 7878 coverage xml
7979
8080 - name : Upload coverage to Codecov
81- uses : codecov/codecov-action@v5
81+ uses : codecov/codecov-action@v6
8282 with :
8383 token : ${{ secrets.CODECOV_TOKEN }}
8484 file : ./coverage.xml
Original file line number Diff line number Diff line change 4545
4646 - name : Publish distribution 📦 to PyPI
4747 if : startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
48- uses : pypa/gh-action-pypi-publish@v1.13 .0
48+ uses : pypa/gh-action-pypi-publish@v1.14 .0
4949 with :
5050 user : __token__
5151 password : ${{ secrets.pypi_password }}
You can’t perform that action at this time.
0 commit comments