File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - uses : actions/setup-python@v6
1515 with :
1616 python-version : ' 3.10'
4242 password : ${{ secrets.PYPI_DEPLOY_TOKEN }}
4343
4444 - name : Upload Python packages for release notes
45- uses : softprops/action-gh-release@v2.4.1
45+ uses : softprops/action-gh-release@v2.5.0
4646 with :
4747 files : |
4848 dist/*
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 with :
1717 lfs : true
18- - uses : actions/setup-python@v5
18+ - uses : actions/setup-python@v6
1919 with :
2020 python-version : |
2121 3.11
3131 - name : Generate coverage
3232 run : tox run -e py310-coverage -- -s --cov-report=term
3333
34- - uses : actions/upload-artifact@v4
34+ - uses : actions/upload-artifact@v5
3535 with :
3636 name : coverage
3737 path : ./htmlcov
You can’t perform that action at this time.
0 commit comments