File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
1616 GITHUB_CONTEXT : ${{ toJson(github) }}
1717 run : echo "$GITHUB_CONTEXT"
1818 - name : Set up Python 3.7
19- uses : actions/setup-python@v1
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : 3.7
2222 - name : Versions
2323 run : |
2424 python3 --version
2525 - name : Checkout Current Repo
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v4
2727 - name : Install requirements
2828 run : |
2929 sudo apt-get update
Original file line number Diff line number Diff line change 1313 upload-pypi :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v1
16+ - uses : actions/checkout@v4
1717 - name : Set up Python
18- uses : actions/setup-python@v1
18+ uses : actions/setup-python@v5
1919 with :
2020 python-version : ' 3.7'
2121 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments