Skip to content

Commit b012698

Browse files
committed
Try bumping version of setup-ros action
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
1 parent 7701ed5 commit b012698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
run: |
1212
sudo apt update -qq
1313
sudo apt install -y default-jdk
14-
- uses: ros-tooling/setup-ros@0.0.20
14+
- uses: ros-tooling/setup-ros@3b3f060
1515
with:
1616
required-ros-distributions: dashing
1717
- uses: ros-tooling/action-ros-ci@e96382d
@@ -28,7 +28,7 @@ jobs:
2828
java-version: '11.0.6' # The JDK version to make available on the path.
2929
java-package: jdk
3030
architecture: x64
31-
- uses: ros-tooling/setup-ros@0.0.20
31+
- uses: ros-tooling/setup-ros@3b3f060
3232
with:
3333
required-ros-distributions: dashing
3434
- uses: ros-tooling/action-ros-ci@e96382d

0 commit comments

Comments
 (0)