From 84e9f22695981d67af60a559b750ce2d6cb61d3d Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 16 May 2024 13:09:27 +0200 Subject: [PATCH] Use Latest_ACE8TAO4_Micro * .github/workflows/gem_release.yml: * .github/workflows/linux.yml: * .github/workflows/windows.yml: --- .github/workflows/gem_release.yml | 4 ++-- .github/workflows/linux.yml | 4 ++-- .github/workflows/windows.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gem_release.yml b/.github/workflows/gem_release.yml index 9513722..31f68e0 100644 --- a/.github/workflows/gem_release.yml +++ b/.github/workflows/gem_release.yml @@ -50,13 +50,13 @@ jobs: with: repository: DOCGroup/ACE_TAO path: ${{ env.DOC_ROOT }} - ref: Latest_ACE7TAO3_Micro + ref: Latest_ACE8TAO4_Micro - name: checkout MPC uses: actions/checkout@v3 with: repository: DOCGroup/MPC path: ${{ env.MPC_ROOT }} - ref: Latest_ACE7TAO3_Micro + ref: Latest_ACE8TAO4_Micro - name: checkout ridl uses: actions/checkout@v3 with: diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 5dc41ae..8acf631 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -84,13 +84,13 @@ jobs: with: repository: DOCGroup/ACE_TAO path: ${{ env.DOC_ROOT }} - ref: Latest_ACE7TAO3_Micro + ref: Latest_ACE8TAO4_Micro - name: checkout MPC uses: actions/checkout@v3 with: repository: DOCGroup/MPC path: ${{ env.MPC_ROOT }} - ref: Latest_ACE7TAO3_Micro + ref: Latest_ACE8TAO4_Micro - name: checkout ridl uses: actions/checkout@v3 with: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index deaf56a..e67a097 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -37,13 +37,13 @@ jobs: with: repository: DOCGroup/ACE_TAO path: ${{ env.DOC_ROOT }} - ref: Latest_ACE7TAO3_Micro + ref: Latest_ACE8TAO4_Micro - name: checkout MPC uses: actions/checkout@v3 with: repository: DOCGroup/MPC path: ${{ env.MPC_ROOT }} - ref: Latest_ACE7TAO3_Micro + ref: Latest_ACE8TAO4_Micro - name: checkout ridl uses: actions/checkout@v3 with: