Skip to content

Commit e013b03

Browse files
committed
Use more recent github actions (ros, codecov)
Signed-off-by: Nordmann Arne (CR/ADT3) <arne.nordmann@de.bosch.com>
1 parent a006896 commit e013b03

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
branches: [ master, dev ]
66
pull_request:
77
branches: [ master, dev ]
8-
schedule:
9-
# Run once per day to detect broken dependencies.
10-
- cron: '17 6 * * *'
118

129
jobs:
1310
build:
@@ -19,15 +16,16 @@ jobs:
1916
ros_distribution: [ foxy, rolling ]
2017
steps:
2118
- uses: actions/checkout@v2
22-
- uses: ros-tooling/setup-ros@0.0.26
19+
- uses: ros-tooling/setup-ros@0.1.2
2320
with:
2421
required-ros-distributions: ${{ matrix.ros_distribution }}
25-
- uses : ros-tooling/action-ros-ci@0.1.0
22+
- uses : ros-tooling/action-ros-ci@0.1.1
2623
with:
2724
package-name: "system_modes system_modes_examples"
2825
target-ros2-distro: ${{ matrix.ros_distribution }}
26+
vcs-repo-file-url: ""
2927
colcon-mixin-name: coverage-gcc
3028
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
31-
- uses: codecov/codecov-action@v1
29+
- uses: codecov/codecov-action@v1.2.1
3230
with:
3331
file: ros_ws/lcov/total_coverage.info

0 commit comments

Comments
 (0)