Skip to content

Commit

Permalink
Merge pull request #15 from Wiktor-99/dependabot/github_actions/ros-t…
Browse files Browse the repository at this point in the history
…ooling/action-ros-ci-0.4

Bump ros-tooling/action-ros-ci from 0.3 to 0.4
  • Loading branch information
Wiktor-99 authored Feb 17, 2025
2 parents f4b918b + bbaf274 commit 0bf872a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_humble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- uses: ros-tooling/[email protected]
with:
use-ros2-testing: true
- uses: ros-tooling/action-ros-ci@v0.3
- uses: ros-tooling/action-ros-ci@v0.4
with:
target-ros2-distro: humble
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_iron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- uses: ros-tooling/[email protected]
with:
use-ros2-testing: true
- uses: ros-tooling/action-ros-ci@v0.3
- uses: ros-tooling/action-ros-ci@v0.4
with:
target-ros2-distro: iron
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- uses: ros-tooling/[email protected]
with:
use-ros2-testing: true
- uses: ros-tooling/action-ros-ci@v0.3
- uses: ros-tooling/action-ros-ci@v0.4
with:
target-ros2-distro: jazzy
5 changes: 3 additions & 2 deletions .github/workflows/build_and_test_rolling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
runs-on: ubuntu-latest
container:
image: ubuntu:noble

env:
PIP_BREAK_SYSTEM_PACKAGES: 1
steps:
- uses: ros-tooling/[email protected]
with:
use-ros2-testing: true
- uses: ros-tooling/action-ros-ci@v0.3
- uses: ros-tooling/action-ros-ci@v0.4
with:
target-ros2-distro: rolling

0 comments on commit 0bf872a

Please sign in to comment.