Skip to content

Commit

Permalink
FIx
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 committed Mar 7, 2024
1 parent f496a9d commit 71cc02a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
path: src/micro_ros_setup

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
needs: micro_ros_build

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
path: src/micro_ros_setup

Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
binary: 'firmware/micro_ros_mbed/cmake_build/DISCO_L475VG_IOT01A/develop/GCC_ARM/micro_ros_mbed.bin'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
path: src/micro_ros_setup

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
image: ${{ matrix.image }}

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4
with:
path: src/micro_ros_setup
ref: ${{ matrix.branch }}
Expand Down Expand Up @@ -524,7 +524,7 @@ jobs:
container:
image: ${{ matrix.image }}
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4
with:
path: src/micro_ros_setup
ref: ${{ matrix.branch }}
Expand Down Expand Up @@ -594,7 +594,7 @@ jobs:
needs: micro_ros_build

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4
with:
path: src/micro_ros_setup
ref: ${{ matrix.branch }}
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>micro_ros_setup</name>
<version>3.1.3</version>
<description>Tools for setting up micro-ROS workspaces</description>
<maintainer email="[email protected].com">Ingo Lütkebohle</maintainer>
<maintainer email="pablogarrido@eprosima.com">Pablo Garrido</maintainer>
<license>Apache-2.0</license>

<buildtool_depend>ament_cmake</buildtool_depend>
Expand Down

0 comments on commit 71cc02a

Please sign in to comment.