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 28
28
python-version : " 3.10"
29
29
- name : Install tox
30
30
run : python -m pip install tox
31
- - uses : actions/checkout@v2
31
+ - uses : actions/checkout@v3
32
32
with :
33
33
fetch-depth : 0
34
34
- name : Setup python for test ${{ matrix.py }}
69
69
runs-on : ubuntu-20.04
70
70
needs : test
71
71
steps :
72
- - uses : actions/checkout@v2
72
+ - uses : actions/checkout@v3
73
73
with :
74
74
fetch-depth : 0
75
75
- uses : actions/setup-python@v2
@@ -107,7 +107,7 @@ jobs:
107
107
- readme
108
108
- type
109
109
steps :
110
- - uses : actions/checkout@v2
110
+ - uses : actions/checkout@v3
111
111
with :
112
112
fetch-depth : 0
113
113
- name : Setup Python "3.10"
@@ -132,7 +132,7 @@ jobs:
132
132
python-version : " 3.10"
133
133
- name : Install build
134
134
run : python -m pip install build
135
- - uses : actions/checkout@v2
135
+ - uses : actions/checkout@v3
136
136
with :
137
137
fetch-depth : 0
138
138
- name : Build sdist and wheel
You can’t perform that action at this time.
0 commit comments