Skip to content

Commit 35eea82

Browse files
committed
fix: update actions/checkout version to v6 in ROS CI workflow
1 parent 53395c0 commit 35eea82

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ros-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ jobs:
4848
container:
4949
image: ${{ matrix.docker_image }}
5050
steps:
51-
- uses: actions/checkout@v3
52-
path: src/livox_ros_driver2
51+
- uses: actions/checkout@v6
52+
with:
53+
path: src/livox_ros_driver2
5354
- name: setup ROS environment
5455
uses: ros-tooling/setup-ros@v0.7
5556
- name: build and test ROS 2

0 commit comments

Comments
 (0)