File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v2
17- - uses : actions/setup-python@v2
16+ - uses : actions/checkout@v3
17+ - uses : actions/setup-python@v3
1818 with :
1919 python-version : ' 3.8'
2020
@@ -37,10 +37,10 @@ jobs:
3737 continue-on-error : ${{ matrix.python-version == '3.11-dev' }}
3838
3939 steps :
40- - uses : actions/checkout@v2
40+ - uses : actions/checkout@v3
4141
4242 - name : Set up Python ${{ matrix.python-version }}
43- uses : actions/setup-python@v2
43+ uses : actions/setup-python@v3
4444 with :
4545 python-version : ${{ matrix.python-version }}
4646
5555 coverage :
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/checkout@v2
59- - uses : actions/setup-python@v2
58+ - uses : actions/checkout@v3
59+ - uses : actions/setup-python@v3
6060 with :
6161 python-version : ' 3.10'
6262 - name : Install package and coverage deps
8787 if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
8888 runs-on : ubuntu-latest
8989 steps :
90- - uses : actions/checkout@v2
91- - uses : actions/setup-python@v2
90+ - uses : actions/checkout@v3
91+ - uses : actions/setup-python@v3
9292 with :
9393 python-version : ' 3.7'
9494 - name : Install build and publish tools
You can’t perform that action at this time.
0 commit comments