Skip to content

Commit 033d5cd

Browse files
committed
Update github actions
1 parent ba758be commit 033d5cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- uses: actions/checkout@v1
19-
- uses: ros-tooling/[email protected].0
19+
- uses: ros-tooling/[email protected]
2020
with:
2121
required-ros-distributions: ${{ matrix.distro }}
2222
- run: sudo apt remove python3-openssl -y
23-
- uses: ros-tooling/action-ros-ci@0.3.5
23+
- uses: ros-tooling/action-ros-ci@0.4
2424
with:
2525
target-ros1-distro: ${{ matrix.distro }}

0 commit comments

Comments
 (0)