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 1111 env :
1212 PR_TITLE : ${{ github.event.pull_request.title }}
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : actions/setup-node@v4
1616 with :
1717 node-version : ' 20'
Original file line number Diff line number Diff line change 1010 name : Build and publish on PyPI
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - name : Set up Python 3.10
1515 uses : actions/setup-python@v5
1616 with :
Original file line number Diff line number Diff line change 2222 min_versions : " min_versions"
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 - name : Set up Python ${{ matrix.python-version }}
2727 uses : actions/setup-python@v5
2828 with :
You can’t perform that action at this time.
0 commit comments