File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
path : ${{ env.ANSIBLE_ROLE }}
22
22
23
23
- name : Set up Python 3.
24
- uses : actions/setup-python@v4
24
+ uses : actions/setup-python@v5
25
25
with :
26
26
python-version : ' 3.x'
27
27
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-20.04
13
13
steps :
14
14
- uses : actions/checkout@v3
15
- - uses : actions/setup-python@v4
15
+ - uses : actions/setup-python@v5
16
16
with :
17
17
python-version : ' 3.x'
18
18
Original file line number Diff line number Diff line change 45
45
path : " ${{ github.repository }}"
46
46
47
47
- name : Set up Python 3
48
- uses : actions/setup-python@v4
48
+ uses : actions/setup-python@v5
49
49
with :
50
50
python-version : ' 3.11'
51
51
87
87
path : " ${{ github.repository }}"
88
88
89
89
- name : Set up Python 3
90
- uses : actions/setup-python@v4
90
+ uses : actions/setup-python@v5
91
91
with :
92
92
python-version : ' 3.11'
93
93
You can’t perform that action at this time.
0 commit comments