We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66dc45b commit 1eb9e45Copy full SHA for 1eb9e45
.github/workflows/build_and_test.yml
@@ -12,10 +12,10 @@ jobs:
12
java-version: '11.0.6' # The JDK version to make available on the path.
13
java-package: jdk
14
architecture: x64
15
- - uses: ros-tooling/setup-ros@3b3f060
+ - uses: ros-tooling/setup-ros@49adbbe
16
with:
17
required-ros-distributions: dashing
18
- - uses: jacobperron/action-ros-ci@da1e3f0
+ - uses: jacobperron/action-ros-ci@49adbbe
19
20
package-name: rosidl_generator_java rcljava_common rcljava
21
vcs-repo-file-url: |
0 commit comments