Skip to content

Commit 2799a59

Browse files
authored
Update build.yml
1 parent c6525d9 commit 2799a59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
runs-on: ubuntu-22.04
1515
steps:
1616
- name: Checkout Repository
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
- name: Setup ROS 2
19-
uses: ros-tooling/[email protected]
19+
uses: ros-tooling/[email protected].5
2020
with:
2121
required-ros-distributions: humble
2222
- name: Install dependencies
23-
uses: ros-tooling/[email protected]
23+
uses: ros-tooling/[email protected].13
2424
with:
2525
package-name: laser_segmentation
2626
target-ros2-distro: humble

0 commit comments

Comments
 (0)