File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 cancel-in-progress : true
2323
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v5
2626 - run : |
2727 PROBE_VERSION="$(python setup.py --version)"
2828 echo "SPP_PROBE_VERSION=$PROBE_VERSION" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 1515 name : Flake8
1616 runs-on : ubuntu-20.04
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v5
1919 - uses : actions/setup-python@v4
2020 with :
2121 python-version : ' 3.6'
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v5
1313 - run : python setup.py sdist
1414 - name : Publish a Python distribution to PyPI
1515 uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change 1818 build :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v5
2222 - name : Install Python 3
2323 uses : actions/setup-python@v4
2424 with :
You can’t perform that action at this time.
0 commit comments