Commit dedc857 1 parent c022ec1 commit dedc857 Copy full SHA for dedc857
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 33
33
- name : Setup Python
34
34
uses : actions/setup-python@v5
35
35
with :
36
- python-version : ' 3.11 '
36
+ python-version : ' 3.13 '
37
37
- name : Install ansible
38
38
run : pip install -r requirements.txt
39
39
- name : Run playbook
Original file line number Diff line number Diff line change 33
33
- name : Setup Python
34
34
uses : actions/setup-python@v5
35
35
with :
36
- python-version : ' 3.11 '
36
+ python-version : ' 3.13 '
37
37
- name : Install ansible
38
38
run : pip install -r requirements.txt
39
39
- name : Run playbook
Original file line number Diff line number Diff line change 13
13
- name : Setup Python
14
14
uses : actions/setup-python@v5
15
15
with :
16
- python-version : ' 3.11 '
16
+ python-version : ' 3.13 '
17
17
- name : Install ansible
18
18
run : pip install -r requirements.txt
19
19
- name : Run ansible-lint
You can’t perform that action at this time.
0 commit comments