This repository was archived by the owner on Jul 1, 2024. It is now read-only.
Commit a06f0ea 1 parent dba6de4 commit a06f0ea Copy full SHA for a06f0ea
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed 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 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