Skip to content

Commit f262d1e

Browse files
committed
fix actions version
1 parent 0b2c910 commit f262d1e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/ci_foxy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ jobs:
2929
echo "deb https://apt.repos.intel.com/openvino/2024 ubuntu20 main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2024.list
3030
sudo apt-get update
3131
sudo apt install openvino-2024.3.0
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
- uses: ros-tooling/[email protected]
34+
with:
35+
required-ros-distributions: ${{ matrix.ros_distribution }}
3436
- name: Build and Test
3537
uses: ros-tooling/[email protected]
3638
with:

.github/workflows/ci_humble.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ jobs:
2929
echo "deb https://apt.repos.intel.com/openvino/2024 ubuntu22 main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2024.list
3030
sudo apt-get update
3131
sudo apt install openvino-2024.3.0
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
- uses: ros-tooling/[email protected]
34+
with:
35+
required-ros-distributions: ${{ matrix.ros_distribution }}
3436
- name: Build and Test
3537
uses: ros-tooling/[email protected]
3638
with:

.github/workflows/ci_jazzy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ jobs:
2929
echo "deb https://apt.repos.intel.com/openvino/2024 ubuntu24 main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2024.list
3030
sudo apt-get update
3131
sudo apt install openvino-2024.3.0
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
- uses: ros-tooling/[email protected]
34+
with:
35+
required-ros-distributions: ${{ matrix.ros_distribution }}
3436
- name: Build and Test
3537
uses: ros-tooling/[email protected]
3638
with:

0 commit comments

Comments
 (0)