Skip to content

Commit

Permalink
Update workflow actions to latest 0.1 releases
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron committed May 9, 2023
1 parent 1edcdbd commit 290b5c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: ros-tooling/setup-ros@0.1.0
- uses: ros-tooling/setup-ros@v0.1
with:
required-ros-distributions: foxy
- uses: ros-tooling/action-ros-ci@0.1.0
- uses: ros-tooling/action-ros-ci@v0.1
with:
package-name: create_bringup create_description create_driver create_msgs create_robot
target-ros2-distro: foxy
Expand Down

0 comments on commit 290b5c4

Please sign in to comment.