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 4040 python-version : " 3.10"
4141 - name : Install tox
4242 run : python -m pip install tox
43- - uses : actions/checkout@v2
43+ - uses : actions/checkout@v3
4444 with :
4545 fetch-depth : 0
4646 - name : Setup python for test ${{ matrix.py }}
8282 runs-on : ubuntu-latest
8383 needs : test
8484 steps :
85- - uses : actions/checkout@v2
85+ - uses : actions/checkout@v3
8686 with :
8787 fetch-depth : 0
8888 - uses : actions/setup-python@v4
@@ -125,7 +125,7 @@ jobs:
125125 exclude :
126126 - { os: windows-2022, tox_env: readme }
127127 steps :
128- - uses : actions/checkout@v2
128+ - uses : actions/checkout@v3
129129 with :
130130 fetch-depth : 0
131131 - name : Setup Python "3.10"
@@ -150,7 +150,7 @@ jobs:
150150 python-version : " 3.10"
151151 - name : Install build
152152 run : python -m pip install build
153- - uses : actions/checkout@v2
153+ - uses : actions/checkout@v3
154154 with :
155155 fetch-depth : 0
156156 - name : Build sdist and wheel
You can’t perform that action at this time.
0 commit comments