Skip to content

Commit 0e8e8cc

Browse files
authored
Bump versions of ros-tooling actions in CI (#154)
* Bump version of ros-tooling/setup-ros to 0.1.0 Signed-off-by: Jacob Perron <jacob@openrobotics.org> * Bump version of ros-tooling/action-ros-ci to 0.1.0 Signed-off-by: Jacob Perron <jacob@openrobotics.org>
1 parent efe2df5 commit 0e8e8cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
sudo apt-get update -qq
1212
sudo apt-get install -y default-jdk gradle
1313
- uses: actions/checkout@v2
14-
- uses: ros-tooling/setup-ros@0.0.14
14+
- uses: ros-tooling/setup-ros@0.1.0
1515
with:
1616
required-ros-distributions: dashing
17-
- uses: ros-tooling/action-ros-ci@8d58122
17+
- uses: ros-tooling/action-ros-ci@0.1.0
1818
with:
1919
package-name: rosidl_generator_java rcljava_common rcljava
20-
source-ros-binary-installation: dashing
20+
target-ros2-distro: dashing
2121
vcs-repo-file-url: ${{ github.workspace }}/ros2_java_desktop.repos
2222

2323
build_android:

0 commit comments

Comments
 (0)