Skip to content

Commit 598374d

Browse files
committed
Refs #21228: Update eProsima-CI action references
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent ab074ae commit 598374d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/reusable-windows-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Get Fast DDS branch
130130
id: get_fastdds_branch
131-
uses: eProsima/eProsima-CI/multiplatform/get_related_branch_from_repo@feature/21228
131+
uses: eProsima/eProsima-CI/multiplatform/get_related_branch_from_repo@v0
132132
with:
133133
remote_repository: eProsima/Fast-DDS
134134
fallback_branch: ${{ inputs.fastdds-branch }}
@@ -231,10 +231,10 @@ jobs:
231231
run: choco install swig --allow-downgrade --version=4.0.2.04082020
232232

233233
- name: Install doxygen
234-
uses: eProsima/eProsima-CI/external/install_doxygen@feature/21228
234+
uses: eProsima/eProsima-CI/external/install_doxygen@v0
235235

236236
- name: Prepare build meta file
237-
uses: eProsima/eProsima-CI/windows/merge_yaml_metas@feature/21228
237+
uses: eProsima/eProsima-CI/windows/merge_yaml_metas@v0
238238
with:
239239
metas: "@('${{ github.workspace }}/src/fastdds_python/.github/workflows/config/build.meta', '${{ github.workspace }}/src/fastdds_python/.github/workflows/config/windows_test.meta')"
240240
path: '${{ github.workspace }}/src/fastdds_python/.github/workflows/config/build_test.meta'

0 commit comments

Comments
 (0)