@@ -81,27 +81,27 @@ jobs:
8181 - if : contains(fromJson('["pull_request", "pull_request_target"]'), github.event_name) == false && github.repository_owner == 'RemedyIT'
8282 run : |
8383 echo "X11_BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
84- - uses : actions/checkout@v4
84+ - uses : actions/checkout@v5
8585 - name : checkout ACE_TAO
86- uses : actions/checkout@v4
86+ uses : actions/checkout@v5
8787 with :
8888 repository : DOCGroup/ACE_TAO
8989 path : ${{ env.DOC_ROOT }}
9090 ref : ${{ env.ACETAOMPC_BRANCH }}
9191 - name : checkout MPC
92- uses : actions/checkout@v4
92+ uses : actions/checkout@v5
9393 with :
9494 repository : DOCGroup/MPC
9595 path : ${{ env.MPC_ROOT }}
9696 ref : ${{ env.ACETAOMPC_BRANCH }}
9797 - name : checkout taox11
98- uses : actions/checkout@v4
98+ uses : actions/checkout@v5
9999 with :
100100 repository : RemedyIT/taox11
101101 path : ${{ env.TAOX11_ROOT }}
102102 ref : ${{ env.X11_BRANCH }}
103103 - name : checkout axcioma
104- uses : actions/checkout@v4
104+ uses : actions/checkout@v5
105105 with :
106106 repository : RemedyIT/axcioma
107107 path : ${{ env.X11_BASE_ROOT }}
@@ -156,27 +156,27 @@ jobs:
156156 - if : contains(fromJson('["pull_request", "pull_request_target"]'), github.event_name) == false && github.repository_owner == 'RemedyIT'
157157 run : |
158158 echo "X11_BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
159- - uses : actions/checkout@v4
159+ - uses : actions/checkout@v5
160160 - name : checkout ACE_TAO
161- uses : actions/checkout@v4
161+ uses : actions/checkout@v5
162162 with :
163163 repository : DOCGroup/ACE_TAO
164164 path : ${{ env.DOC_ROOT }}
165165 ref : ${{ env.ACETAOMPC_BRANCH }}
166166 - name : checkout MPC
167- uses : actions/checkout@v4
167+ uses : actions/checkout@v5
168168 with :
169169 repository : DOCGroup/MPC
170170 path : ${{ env.MPC_ROOT }}
171171 ref : ${{ env.ACETAOMPC_BRANCH }}
172172 - name : checkout taox11
173- uses : actions/checkout@v4
173+ uses : actions/checkout@v5
174174 with :
175175 repository : RemedyIT/taox11
176176 path : ${{ env.TAOX11_ROOT }}
177177 ref : ${{ env.X11_BRANCH }}
178178 - name : checkout axcioma
179- uses : actions/checkout@v4
179+ uses : actions/checkout@v5
180180 with :
181181 repository : RemedyIT/axcioma
182182 path : ${{ env.X11_BASE_ROOT }}
0 commit comments