File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v3
17
17
- uses : actions/setup-python@v4
18
18
with :
19
- python-version : " 3.x "
19
+ python-version : " >=3.8 "
20
20
- name : Run synapse
21
21
uses : ./
22
22
with :
29
29
- uses : actions/checkout@v3
30
30
- uses : actions/setup-python@v4
31
31
with :
32
- python-version : " 3.x "
32
+ python-version : " >=3.8 "
33
33
- name : Run synapse
34
34
uses : ./
35
35
with :
43
43
- uses : actions/checkout@v3
44
44
- uses : actions/setup-python@v4
45
45
with :
46
- python-version : " 3.x "
46
+ python-version : " >=3.8 "
47
47
- name : Run synapse
48
48
uses : ./
49
49
with :
57
57
- uses : actions/checkout@v3
58
58
- uses : actions/setup-python@v4
59
59
with :
60
- python-version : " 3.x "
60
+ python-version : " >=3.8 "
61
61
- name : Run synapse
62
62
uses : ./
63
63
with :
82
82
- uses : actions/checkout@v3
83
83
- uses : actions/setup-python@v4
84
84
with :
85
- python-version : " 3.x "
85
+ python-version : " >=3.8 "
86
86
- name : Run synapse
87
87
uses : ./
88
88
with :
You can’t perform that action at this time.
0 commit comments