Skip to content

Commit 5540c5e

Browse files
committed
Updates ROS actions
Signed-off-by: Arne Nordmann <[email protected]>
1 parent e4f8f81 commit 5540c5e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/lint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-18.04
99
steps:
1010
- uses: actions/checkout@v2
11-
- uses: ros-tooling/[email protected].25
11+
- uses: ros-tooling/[email protected].26
1212
- uses: ros-tooling/[email protected]
1313
with:
1414
linter: xmllint
@@ -23,7 +23,7 @@ jobs:
2323
linter: [cppcheck, cpplint, uncrustify]
2424
steps:
2525
- uses: actions/checkout@v2
26-
- uses: ros-tooling/[email protected].25
26+
- uses: ros-tooling/[email protected].26
2727
- uses: ros-tooling/[email protected]
2828
with:
2929
linter: ${{ matrix.linter }}
@@ -38,7 +38,7 @@ jobs:
3838
linter: [flake8, pep257]
3939
steps:
4040
- uses: actions/checkout@v2
41-
- uses: ros-tooling/[email protected].25
41+
- uses: ros-tooling/[email protected].26
4242
- uses: ros-tooling/[email protected]
4343
with:
4444
linter: ${{ matrix.linter }}

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test system modes
1+
name: Build and test system modes
22
on:
33
pull_request:
44
push:
@@ -13,8 +13,8 @@ jobs:
1313
matrix:
1414
os: [ubuntu-18.04, macos-latest, windows-latest]
1515
steps:
16-
- uses: ros-tooling/[email protected].25
17-
- uses: ros-tooling/[email protected].15
16+
- uses: ros-tooling/[email protected].26
17+
- uses: ros-tooling/[email protected].19
1818
with:
1919
package-name: system_modes system_modes_examples
2020
target-ros2-distro: foxy

0 commit comments

Comments
 (0)