diff --git a/.github/workflows/documentation-tests.yaml b/.github/workflows/documentation-tests.yaml index 23857a91691..ce35dd442ae 100644 --- a/.github/workflows/documentation-tests.yaml +++ b/.github/workflows/documentation-tests.yaml @@ -87,7 +87,7 @@ jobs: - name: Get Fast DDS Python branch id: get_fastdds_python_branch - uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@feature/get_related_branch_from_repo + uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0 with: remote_repository: eProsima/Fast-DDS-python fallback_branch: ${{ inputs.fastdds_python_branch || 'main' }} @@ -101,7 +101,7 @@ jobs: - name: Get Fast DDS Docs branch id: get_fastdds_docs_branch - uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@feature/get_related_branch_from_repo + uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0 with: remote_repository: eProsima/Fast-DDS-docs fallback_branch: ${{ inputs.fastdds_docs_branch || 'master' }}