File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
- name : Show action trigger
32
32
run : echo "= The job was automatically triggered by a ${{github.event_name}} event on repo ${{github.event.repository.name}}."
33
33
- name : Set up Python 3.10
34
- uses : actions/setup-python@v5.1.1
34
+ uses : actions/setup-python@v5.2.0
35
35
with :
36
36
python-version : " 3.10"
37
37
- name : Install python deps
Original file line number Diff line number Diff line change 54
54
echo "= The job was automatically triggered by a ${{github.event_name}} event."
55
55
56
56
- name : Set up Python 3.11
57
- uses : actions/setup-python@v5.1.1
57
+ uses : actions/setup-python@v5.2.0
58
58
with :
59
59
python-version : " 3.11"
60
60
Original file line number Diff line number Diff line change 22
22
show-progress : false
23
23
submodules : false
24
24
- name : Set up Python 3.11
25
- uses : actions/setup-python@v5.1.1
25
+ uses : actions/setup-python@v5.2.0
26
26
with :
27
27
python-version : " 3.11"
28
28
- name : Run unit tests
You can’t perform that action at this time.
0 commit comments