From f08a2149f5f4bd3db0480f5f042d0de28b7cc2b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Gonz=C3=A1lez=20Moreno?= Date: Mon, 23 Oct 2023 15:23:23 +0200 Subject: [PATCH] Refs #19657. Using new moved tag v0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ricardo González Moreno --- .github/workflows/build_and_test.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index c9f3aa6b..fe6725d1 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -25,15 +25,15 @@ jobs: shell: pwsh run: choco install swig --allow-downgrade --version=4.0.2.04082020 - - uses: eProsima/eProsima-CI/external/setup-python@feature/ccache + - uses: eProsima/eProsima-CI/external/setup-python@v0 with: python-version: '3.11' - - uses: eProsima/eProsima-CI/multiplatform/install_python_packages@feature/ccache + - uses: eProsima/eProsima-CI/multiplatform/install_python_packages@v0 with: packages: pytest pywin32 vcstool - - uses: eProsima/eProsima-CI/multiplatform/install_colcon@feature/ccache + - uses: eProsima/eProsima-CI/multiplatform/install_colcon@v0 - uses: eProsima/eProsima-CI/external/checkout@v0 with: @@ -44,7 +44,7 @@ jobs: run: | vcs import src --skip-existing --input src/fastdds_python/fastdds_python.repos - - uses: eProsima/eProsima-CI/external/get-cmake@feature/ccache + - uses: eProsima/eProsima-CI/external/get-cmake@v0 with: cmakeVersion: 3.22.6 @@ -56,7 +56,7 @@ jobs: echo "cmake_generator=ninja" >> $Env:GITHUB_OUTPUT - name: Setup ccache - uses: eProsima/eProsima-CI/external/setup-ccache-action@feature/ccache + uses: eProsima/eProsima-CI/external/setup-ccache-action@v0 with: install_ccache: false windows_compile_environment: msvc @@ -103,18 +103,18 @@ jobs: with: packages: vcstool - - uses: eProsima/eProsima-CI/multiplatform/install_colcon@feature/ccache + - uses: eProsima/eProsima-CI/multiplatform/install_colcon@v0 - name: Fetch repositories run: | vcs import --skip-existing src < src/fastdds_python/fastdds_python.repos - - uses: eProsima/eProsima-CI/external/get-cmake@feature/ccache + - uses: eProsima/eProsima-CI/external/get-cmake@v0 with: cmakeVersion: 3.22.6 - name: Setup ccache - uses: eProsima/eProsima-CI/external/setup-ccache-action@feature/ccache + uses: eProsima/eProsima-CI/external/setup-ccache-action@v0 - name: Build workspace run: |