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 19
19
run :
20
20
working-directory : .ansible/collections/ansible_collections/equinix/cloud
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
with :
24
24
path : .ansible/collections/ansible_collections/equinix/cloud
25
25
ref : ${{ github.event.pull_request.head.sha || github.ref }}
Original file line number Diff line number Diff line change 30
30
run :
31
31
working-directory : .ansible/collections/ansible_collections/equinix/cloud
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
with :
35
35
path : .ansible/collections/ansible_collections/equinix/cloud
36
36
ref : ${{ github.event.pull_request.head.sha || github.ref }}
Original file line number Diff line number Diff line change 20
20
working-directory : .ansible/collections/ansible_collections/equinix/cloud
21
21
steps :
22
22
- name : checkout repo
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
with :
25
25
path : .ansible/collections/ansible_collections/equinix/cloud
26
26
ref : ${{ github.event.pull_request.head.sha }}
You can’t perform that action at this time.
0 commit comments