Skip to content

Commit

Permalink
Refs #19657. Using new moved tag v0
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <[email protected]>
  • Loading branch information
richiware committed Oct 23, 2023
1 parent 2899e34 commit f08a214
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit f08a214

Please sign in to comment.