File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
python-version : " 3.10"
41
41
- name : Install tox
42
42
run : python -m pip install tox
43
- - uses : actions/checkout@v2
43
+ - uses : actions/checkout@v3
44
44
with :
45
45
fetch-depth : 0
46
46
- name : Setup python for test ${{ matrix.py }}
82
82
runs-on : ubuntu-latest
83
83
needs : test
84
84
steps :
85
- - uses : actions/checkout@v2
85
+ - uses : actions/checkout@v3
86
86
with :
87
87
fetch-depth : 0
88
88
- uses : actions/setup-python@v4
@@ -125,7 +125,7 @@ jobs:
125
125
exclude :
126
126
- { os: windows-2022, tox_env: readme }
127
127
steps :
128
- - uses : actions/checkout@v2
128
+ - uses : actions/checkout@v3
129
129
with :
130
130
fetch-depth : 0
131
131
- name : Setup Python "3.10"
@@ -150,7 +150,7 @@ jobs:
150
150
python-version : " 3.10"
151
151
- name : Install build
152
152
run : python -m pip install build
153
- - uses : actions/checkout@v2
153
+ - uses : actions/checkout@v3
154
154
with :
155
155
fetch-depth : 0
156
156
- name : Build sdist and wheel
You can’t perform that action at this time.
0 commit comments