File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
path : ansible_collections/ngine_io/cloudstack
35
35
36
36
- name : Set up Python ${{ matrix.python-version }}
37
- uses : actions/setup-python@v3
37
+ uses : actions/setup-python@v4
38
38
with :
39
39
python-version : ${{ matrix.python-version }}
40
40
Original file line number Diff line number Diff line change 15
15
with :
16
16
path : ansible_collections/ngine_io/cloudstack
17
17
- name : Set up Python
18
- uses : actions/setup-python@v3
18
+ uses : actions/setup-python@v4
19
19
with :
20
20
python-version : " 3.x"
21
21
- name : Install dependencies
Original file line number Diff line number Diff line change 25
25
path : ansible_collections/ngine_io/cloudstack
26
26
27
27
- name : Set up Python
28
- uses : actions/setup-python@v3
28
+ uses : actions/setup-python@v4
29
29
with :
30
30
python-version : " 3.x"
31
31
You can’t perform that action at this time.
0 commit comments