Commit 196755d 1 parent 3d69975 commit 196755d Copy full SHA for 196755d
File tree 8 files changed +11
-11
lines changed
8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 30
30
build-depends-repos : build_depends.repos
31
31
steps :
32
32
- name : Check out repository
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
with :
35
35
fetch-depth : 0
36
36
Original file line number Diff line number Diff line change 18
18
build-depends-repos : build_depends.repos
19
19
steps :
20
20
- name : Check out repository
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
with :
23
23
fetch-depth : 0
24
24
61
61
needs : build-and-test-differential
62
62
steps :
63
63
- name : Check out repository
64
- uses : actions/checkout@v3
64
+ uses : actions/checkout@v4
65
65
with :
66
66
fetch-depth : 0
67
67
Original file line number Diff line number Diff line change 20
20
build-depends-repos : build_depends.repos
21
21
steps :
22
22
- name : Check out repository
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
25
25
- name : Remove exec_depend
26
26
uses : autowarefoundation/autoware-github-actions/remove-exec-depend@v1
Original file line number Diff line number Diff line change 9
9
container : ros:humble
10
10
steps :
11
11
- name : Check out repository
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
14
14
- name : Set up yq
15
15
uses : chrisdickinson/setup-yq@v1.0.1
Original file line number Diff line number Diff line change 22
22
build-depends-repos : build_depends.repos
23
23
steps :
24
24
- name : Check out repository
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
27
27
- name : Free disk space (Ubuntu)
28
28
uses : jlumbroso/free-disk-space@v1.3.1
Original file line number Diff line number Diff line change 20
20
build-depends-repos : build_depends.repos
21
21
steps :
22
22
- name : Check out repository
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
25
25
- name : Remove exec_depend
26
26
uses : autowarefoundation/autoware-github-actions/remove-exec-depend@v1
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Check out repository
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
16
16
- name : Download analysis results
17
17
run : |
36
36
37
37
- name : Check out PR head
38
38
if : ${{ steps.check-fixes-yaml-existence.outputs.exists == 'true' }}
39
- uses : actions/checkout@v3
39
+ uses : actions/checkout@v4
40
40
with :
41
41
repository : ${{ steps.set-variables.outputs.pr-head-repo }}
42
42
ref : ${{ steps.set-variables.outputs.pr-head-ref }}
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Check out repository
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
18
18
- name : Download analysis results
19
19
run : |
37
37
38
38
- name : Check out PR head
39
39
if : ${{ steps.check-fixes-yaml-existence.outputs.exists == 'true' }}
40
- uses : actions/checkout@v3
40
+ uses : actions/checkout@v4
41
41
with :
42
42
repository : ${{ steps.set-variables.outputs.pr-head-repo }}
43
43
ref : ${{ steps.set-variables.outputs.pr-head-ref }}
You can’t perform that action at this time.
0 commit comments