File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 35
35
name : ${{ matrix.env.IMAGE }}
36
36
runs-on : ubuntu-latest
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v4
39
39
with :
40
40
fetch-depth : 0
41
41
- name : cache upstream_ws
Original file line number Diff line number Diff line change 19
19
container :
20
20
image : moveit/moveit2:rolling-source
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
24
24
- name : Install Python dependencies
25
25
run : |
55
55
container :
56
56
image : ${{ matrix.container }}
57
57
steps :
58
- - uses : actions/checkout@v3
58
+ - uses : actions/checkout@v4
59
59
with :
60
60
ref : ' main'
61
61
88
88
runs-on : ubuntu-latest
89
89
needs : upload_site_artifacts
90
90
steps :
91
- - uses : actions/checkout@v3
91
+ - uses : actions/checkout@v4
92
92
with :
93
93
fetch-depth : 0
94
94
ref : ' main'
Original file line number Diff line number Diff line change 21
21
steps :
22
22
- name : Checkout distro branch
23
23
if : ${{ matrix.ROS_DISTRO != 'rolling' }}
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
with :
26
26
ref : ${{ matrix.ROS_DISTRO }}
27
27
- name : Set lower case for container name
Original file line number Diff line number Diff line change 19
19
name : Format
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- uses : actions/setup-python@v4
24
24
with :
25
25
python-version : ' 3.10'
You can’t perform that action at this time.
0 commit comments