File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 python-version : " 3.10"
2929 - name : Install tox
3030 run : python -m pip install tox
31- - uses : actions/checkout@v2
31+ - uses : actions/checkout@v3
3232 with :
3333 fetch-depth : 0
3434 - name : Setup python for test ${{ matrix.py }}
6969 runs-on : ubuntu-20.04
7070 needs : test
7171 steps :
72- - uses : actions/checkout@v2
72+ - uses : actions/checkout@v3
7373 with :
7474 fetch-depth : 0
7575 - uses : actions/setup-python@v2
@@ -107,7 +107,7 @@ jobs:
107107 - readme
108108 - type
109109 steps :
110- - uses : actions/checkout@v2
110+ - uses : actions/checkout@v3
111111 with :
112112 fetch-depth : 0
113113 - name : Setup Python "3.10"
@@ -132,7 +132,7 @@ jobs:
132132 python-version : " 3.10"
133133 - name : Install build
134134 run : python -m pip install build
135- - uses : actions/checkout@v2
135+ - uses : actions/checkout@v3
136136 with :
137137 fetch-depth : 0
138138 - name : Build sdist and wheel
You can’t perform that action at this time.
0 commit comments