File tree 10 files changed +14
-14
lines changed
10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 23
23
build-depends-repos : build_depends.repos
24
24
steps :
25
25
- name : Check out repository
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
27
28
28
- name : Show disk space before the tasks
29
29
run : df -h
Original file line number Diff line number Diff line change 33
33
build-depends-repos : build_depends.repos
34
34
steps :
35
35
- name : Check out repository
36
- uses : actions/checkout@v3
36
+ uses : actions/checkout@v4
37
37
with :
38
38
fetch-depth : 0
39
39
Original file line number Diff line number Diff line change 32
32
build-depends-repos : build_depends.repos
33
33
steps :
34
34
- name : Check out repository
35
- uses : actions/checkout@v3
35
+ uses : actions/checkout@v4
36
36
with :
37
37
fetch-depth : 0
38
38
80
80
container : ghcr.io/autowarefoundation/autoware-openadk:latest-prebuilt-cuda
81
81
steps :
82
82
- name : Check out repository
83
- uses : actions/checkout@v3
83
+ uses : actions/checkout@v4
84
84
with :
85
85
fetch-depth : 0
86
86
Original file line number Diff line number Diff line change 25
25
build-depends-repos : build_depends.repos
26
26
steps :
27
27
- name : Check out repository
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
30
30
- name : Show disk space before the tasks
31
31
run : df -h
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 }}
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Check out repository
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
with :
15
15
fetch-depth : 0
16
16
Original file line number Diff line number Diff line change 30
30
runs-on : ubuntu-latest
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
ref : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 10
10
outputs :
11
11
run-check : ${{ steps.paths_filter.outputs.json_or_yaml }}
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- uses : dorny/paths-filter@v3
15
15
id : paths_filter
16
16
with :
25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Check out repository
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
30
30
- name : Run json-schema-check
31
31
uses : autowarefoundation/autoware-github-actions/json-schema-check@v1
You can’t perform that action at this time.
0 commit comments