File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v2
2323 - name : Setup Python environment
24- uses : actions/setup-python@v2.1.4
24+ uses : actions/setup-python@v2.2.1
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 - name : Install Requirements
4242 steps :
4343 - uses : actions/checkout@v2
4444 - name : Setup Python environment
45- uses : actions/setup-python@v2.1.4
45+ uses : actions/setup-python@v2.2.1
4646 with :
4747 python-version : ' 3.7'
4848 - name : Install Requirements
Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v2
1515 - name : Setup Python environment
16- uses : actions/setup-python@v2.1.4
16+ uses : actions/setup-python@v2.2.1
1717 with :
1818 python-version : ' 3.7'
1919 - name : Install Requirements
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v2
1919 - name : Publish to PyPi
20- uses : actions/setup-python@v2.1.4
20+ uses : actions/setup-python@v2.2.1
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323 - name : Install dependencies
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v2
1212 - name : Setup Python environment
13- uses : actions/setup-python@v2.1.4
13+ uses : actions/setup-python@v2.2.1
1414 with :
1515 python-version : 2.7
1616 - name : Get current time
You can’t perform that action at this time.
0 commit comments