File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111 python_version :
1212 required : true
1313 type : string
14- default : " 3.10 "
14+ default : " 3.11 "
1515 description : " Specifies the python version."
1616 function_directory :
1717 required : true
5050 id : checkout_repository
5151 uses : actions/checkout@v4
5252
53- # Setup Python 3.10
54- - name : Setup Python 3.10
53+ # Setup Python
54+ - name : Setup Python
5555 id : python_setup
5656 uses : actions/setup-python@v5
5757 with :
Original file line number Diff line number Diff line change 66 python_version :
77 required : true
88 type : string
9- default : " 3.10 "
9+ default : " 3.11 "
1010 description : " Specifies the python version."
1111 function_directory :
1212 required : true
2525 id : checkout_repository
2626 uses : actions/checkout@v4
2727
28- # Setup Python 3.10
29- - name : Setup Python 3.10
28+ # Setup Python
29+ - name : Setup Python
3030 id : python_setup
3131 uses : actions/setup-python@v5
3232 with :
Original file line number Diff line number Diff line change 1919 uses : ./.github/workflows/_functionAppTestTemplate.yml
2020 name : " Function App Test"
2121 with :
22- python_version : " 3.10 "
22+ python_version : " 3.11 "
2323 function_directory : " ./code/function"
2424
2525 function_container :
You can’t perform that action at this time.
0 commit comments