Skip to content

Commit 0a9f4b0

Browse files
Bump ros-tooling/action-ros-ci from 0.3.4 to 0.3.5 (#833)
1 parent 3fc0f50 commit 0a9f4b0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-coverage-build-humble.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
required-ros-distributions: ${{ env.ROS_DISTRO }}
2323
- uses: actions/checkout@v4
24-
- uses: ros-tooling/[email protected].4
24+
- uses: ros-tooling/[email protected].5
2525
with:
2626
target-ros2-distro: ${{ env.ROS_DISTRO }}
2727
import-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci-coverage-build-iron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
required-ros-distributions: ${{ env.ROS_DISTRO }}
2323
- uses: actions/checkout@v4
24-
- uses: ros-tooling/[email protected].4
24+
- uses: ros-tooling/[email protected].5
2525
with:
2626
target-ros2-distro: ${{ env.ROS_DISTRO }}
2727
import-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci-coverage-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
required-ros-distributions: ${{ env.ROS_DISTRO }}
2323
- uses: actions/checkout@v4
24-
- uses: ros-tooling/[email protected].4
24+
- uses: ros-tooling/[email protected].5
2525
with:
2626
target-ros2-distro: ${{ env.ROS_DISTRO }}
2727
import-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/reusable-ros-tooling-source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333
with:
3434
ref: ${{ inputs.ref }}
35-
- uses: ros-tooling/[email protected].4
35+
- uses: ros-tooling/[email protected].5
3636
with:
3737
target-ros2-distro: ${{ inputs.ros_distro }}
3838
ref: ${{ inputs.ref }}

0 commit comments

Comments
 (0)