File tree Expand file tree Collapse file tree 4 files changed +271
-272
lines changed Expand file tree Collapse file tree 4 files changed +271
-272
lines changed Original file line number Diff line number Diff line change 9
9
deploy :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v3
13
13
- name : Set up Python
14
14
uses : actions/setup-python@v4
15
15
with :
Original file line number Diff line number Diff line change 89
89
steps :
90
90
- uses : actions/checkout@v3
91
91
- name : Set up Python 3.9
92
- uses : actions/setup-python@v2
92
+ uses : actions/setup-python@v4
93
93
with :
94
94
python-version : 3.9
95
95
- name : Install pipenv
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ types-requests = "*"
15
15
black = " *"
16
16
isort = " *"
17
17
importlib_metadata = {version = " *" , markers =" python_version < '3.8'" }
18
- zipp = {version = " ==3.14 .0" , markers =" python_version < '3.8'" }
18
+ zipp = {version = " ==3.15 .0" , markers =" python_version < '3.8'" }
19
19
exceptiongroup = {version = " *" , markers =" python_version < '3.11'" }
20
20
tomli = {version = " *" , markers =" python_version < '3.11'" }
21
21
wrapt = {version = " *" , markers =" python_version < '3.11'" }
You can’t perform that action at this time.
0 commit comments