Skip to content

Commit d7df1f9

Browse files
authored
Iron release (#647)
* Update CI Signed-off-by: acuadros95 <[email protected]> * eprecate foxy and update ros tooling version Signed-off-by: acuadros95 <[email protected]> * Update Agent repositories Signed-off-by: acuadros95 <[email protected]> * Update all repos Signed-off-by: acuadros95 <[email protected]> * Update missing branches Signed-off-by: acuadros95 <[email protected]> --------- Signed-off-by: acuadros95 <[email protected]>
1 parent ee95bd3 commit d7df1f9

File tree

20 files changed

+154
-171
lines changed

20 files changed

+154
-171
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- '**'
99
env:
10-
ROS_DISTRO: rolling
10+
ROS_DISTRO: iron
1111

1212
jobs:
1313

@@ -18,11 +18,11 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
with:
2323
path: src/micro_ros_setup
2424

25-
- uses: ros-tooling/[email protected].1
25+
- uses: ros-tooling/[email protected].2
2626
with:
2727
use-ros2-testing: false
2828
required-ros-distributions: ${{ env.ROS_DISTRO }}
@@ -57,11 +57,11 @@ jobs:
5757
needs: micro_ros_build
5858

5959
steps:
60-
- uses: actions/checkout@v2
60+
- uses: actions/checkout@v3
6161
with:
6262
path: src/micro_ros_setup
6363

64-
- uses: ros-tooling/[email protected].1
64+
- uses: ros-tooling/[email protected].2
6565
with:
6666
use-ros2-testing: false
6767
required-ros-distributions: ${{ env.ROS_DISTRO }}
@@ -203,11 +203,11 @@ jobs:
203203
binary: 'firmware/micro_ros_mbed/cmake_build/DISCO_L475VG_IOT01A/develop/GCC_ARM/micro_ros_mbed.bin'
204204

205205
steps:
206-
- uses: actions/checkout@v2
206+
- uses: actions/checkout@v3
207207
with:
208208
path: src/micro_ros_setup
209209

210-
- uses: ros-tooling/[email protected].1
210+
- uses: ros-tooling/[email protected].2
211211
with:
212212
use-ros2-testing: false
213213
required-ros-distributions: ${{ env.ROS_DISTRO }}

0 commit comments

Comments
 (0)