From c32b05e43f64e8d0966b20d162c5ba7dcd3c1363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C5=82a=C5=BCej=20Sowa?= Date: Sun, 28 Apr 2024 21:13:32 +0200 Subject: [PATCH] Use newer ros ci action --- .github/workflows/ci-jazzy.yml | 2 +- .github/workflows/ci-rolling.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-jazzy.yml b/.github/workflows/ci-jazzy.yml index 4b86c94..b57525d 100644 --- a/.github/workflows/ci-jazzy.yml +++ b/.github/workflows/ci-jazzy.yml @@ -24,7 +24,7 @@ jobs: with: use-ros2-testing: ${{ matrix.ROS_REPO == 'testing' }} - name: Run ROS CI - uses: ros-tooling/action-ros-ci@v0.3 + uses: ros-tooling/action-ros-ci@0.3.8 with: target-ros2-distro: jazzy import-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-rolling.yml b/.github/workflows/ci-rolling.yml index 5db5f52..3cb70f5 100644 --- a/.github/workflows/ci-rolling.yml +++ b/.github/workflows/ci-rolling.yml @@ -24,7 +24,7 @@ jobs: with: use-ros2-testing: ${{ matrix.ROS_REPO == 'testing' }} - name: Run ROS CI - uses: ros-tooling/action-ros-ci@v0.3 + uses: ros-tooling/action-ros-ci@0.3.8 with: target-ros2-distro: rolling import-token: ${{ secrets.GITHUB_TOKEN }}