Skip to content

Commit

Permalink
Use newer ros ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Apr 28, 2024
1 parent e9115a4 commit c32b05e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-jazzy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
use-ros2-testing: ${{ matrix.ROS_REPO == 'testing' }}
- name: Run ROS CI
uses: ros-tooling/action-ros-ci@v0.3
uses: ros-tooling/action-ros-ci@0.3.8
with:
target-ros2-distro: jazzy
import-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/ci-rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
use-ros2-testing: ${{ matrix.ROS_REPO == 'testing' }}
- name: Run ROS CI
uses: ros-tooling/action-ros-ci@v0.3
uses: ros-tooling/action-ros-ci@0.3.8
with:
target-ros2-distro: rolling
import-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c32b05e

Please sign in to comment.