File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
name : Update Ubuntu ISO file name
13
13
runs-on : ubuntu-22.04
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- name : Install dependencies
17
17
run : |
18
18
sudo apt-get install -q -y jq
Original file line number Diff line number Diff line change 10
10
name : Run Ansible lint tests
11
11
runs-on : ubuntu-24.04
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
- name : Set up Python 3.x
15
15
uses : actions/setup-python@v5
16
16
with :
33
33
runs-on : ubuntu-24.04
34
34
steps :
35
35
- name : Checkout
36
- uses : actions/checkout@v4
36
+ uses : actions/checkout@v5
37
37
- name : Install Hashicorp repo
38
38
run : >
39
39
wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor |
62
62
runs-on : ubuntu-24.04
63
63
steps :
64
64
- name : Checkout
65
- uses : actions/checkout@v4
65
+ uses : actions/checkout@v5
66
66
- name : Set up Python 3.x
67
67
uses : actions/setup-python@v5
68
68
with :
94
94
runs-on : ubuntu-24.04
95
95
steps :
96
96
- name : Checkout
97
- uses : actions/checkout@v4
97
+ uses : actions/checkout@v5
98
98
- name : Set up Python 3.x
99
99
uses : actions/setup-python@v5
100
100
with :
You can’t perform that action at this time.
0 commit comments