File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 81
81
# free up a lot of stuff from /usr/local
82
82
sudo rm -rf /usr/local
83
83
df -h
84
- - uses : actions/checkout@v3
84
+ - uses : actions/checkout@v4
85
85
- uses : testspace-com/setup-testspace@v1
86
86
if : github.repository == 'ros-planning/moveit2'
87
87
with :
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154
154
PUSH : ${{ (github.event_name != 'pull_request') && (github.repository == 'ros-planning/moveit2') }}
155
155
156
156
steps :
157
- - uses : actions/checkout@v3
157
+ - uses : actions/checkout@v4
158
158
- name : Set up Docker Buildx
159
159
uses : docker/setup-buildx-action@v2
160
160
- name : Login to Github Container Registry
Original file line number Diff line number Diff line change 21
21
name : Lint Dockerfiles
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
-
uses :
hadolint/[email protected]
26
26
with :
27
27
dockerfile : .docker/${{ matrix.DOCKERFILE_PATH }}/Dockerfile
Original file line number Diff line number Diff line change 15
15
name : Format
16
16
runs-on : ubuntu-22.04
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- uses : actions/setup-python@v4
20
20
with :
21
21
python-version : ' 3.10'
Original file line number Diff line number Diff line change 21
21
name : " ${{ matrix.distro }}"
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- name : industrial_ci
26
26
uses : ros-industrial/industrial_ci@master
Original file line number Diff line number Diff line change 55
55
# free up a lot of stuff from /usr/local
56
56
sudo rm -rf /usr/local
57
57
df -h
58
- - uses : actions/checkout@v3
58
+ - uses : actions/checkout@v4
59
59
- uses : testspace-com/setup-testspace@v1
60
60
if : github.repository == 'ros-planning/moveit2'
61
61
with :
You can’t perform that action at this time.
0 commit comments