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 11
11
python_version :
12
12
required : true
13
13
type : string
14
- default : " 3.10 "
14
+ default : " 3.11 "
15
15
description : " Specifies the python version."
16
16
function_directory :
17
17
required : true
50
50
id : checkout_repository
51
51
uses : actions/checkout@v4
52
52
53
- # Setup Python 3.10
54
- - name : Setup Python 3.10
53
+ # Setup Python
54
+ - name : Setup Python
55
55
id : python_setup
56
56
uses : actions/setup-python@v5
57
57
with :
Original file line number Diff line number Diff line change 6
6
python_version :
7
7
required : true
8
8
type : string
9
- default : " 3.10 "
9
+ default : " 3.11 "
10
10
description : " Specifies the python version."
11
11
function_directory :
12
12
required : true
25
25
id : checkout_repository
26
26
uses : actions/checkout@v4
27
27
28
- # Setup Python 3.10
29
- - name : Setup Python 3.10
28
+ # Setup Python
29
+ - name : Setup Python
30
30
id : python_setup
31
31
uses : actions/setup-python@v5
32
32
with :
Original file line number Diff line number Diff line change 19
19
uses : ./.github/workflows/_functionAppTestTemplate.yml
20
20
name : " Function App Test"
21
21
with :
22
- python_version : " 3.10 "
22
+ python_version : " 3.11 "
23
23
function_directory : " ./code/function"
24
24
25
25
function_container :
You can’t perform that action at this time.
0 commit comments