File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 build :
3030 runs-on : ubuntu-slim
3131 steps :
32- - uses : actions/checkout@v6
32+ - uses : actions/checkout@v7
3333 - uses : ruby/setup-ruby@v1
3434 with :
3535 ruby-version : ' 2.7'
Original file line number Diff line number Diff line change @@ -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@v6
84+ - uses : actions/checkout@v7
8585 - name : checkout ACE_TAO
86- uses : actions/checkout@v6
86+ uses : actions/checkout@v7
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@v6
92+ uses : actions/checkout@v7
9393 with :
9494 repository : DOCGroup/MPC
9595 path : ${{ env.MPC_ROOT }}
9696 ref : ${{ env.ACETAOMPC_BRANCH }}
9797 - name : checkout ridl
98- uses : actions/checkout@v6
98+ uses : actions/checkout@v7
9999 with :
100100 repository : RemedyIT/ridl
101101 path : ${{ env.RIDL_ROOT }}
102102 ref : ${{ env.X11_BRANCH }}
103103 - name : checkout taox11
104- uses : actions/checkout@v6
104+ uses : actions/checkout@v7
105105 with :
106106 repository : RemedyIT/taox11
107107 path : ${{ env.TAOX11_ROOT }}
Original file line number Diff line number Diff line change @@ -60,27 +60,27 @@ jobs:
6060 - if : contains(fromJson('["pull_request", "pull_request_target"]'), github.event_name) == false && github.repository_owner == 'RemedyIT'
6161 run : |
6262 echo "X11_BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
63- - uses : actions/checkout@v6
63+ - uses : actions/checkout@v7
6464 - name : checkout ACE_TAO
65- uses : actions/checkout@v6
65+ uses : actions/checkout@v7
6666 with :
6767 repository : DOCGroup/ACE_TAO
6868 path : ${{ env.DOC_ROOT }}
6969 ref : ${{ env.ACETAOMPC_BRANCH }}
7070 - name : checkout MPC
71- uses : actions/checkout@v6
71+ uses : actions/checkout@v7
7272 with :
7373 repository : DOCGroup/MPC
7474 path : ${{ env.MPC_ROOT }}
7575 ref : ${{ env.ACETAOMPC_BRANCH }}
7676 - name : checkout ridl
77- uses : actions/checkout@v6
77+ uses : actions/checkout@v7
7878 with :
7979 repository : RemedyIT/ridl
8080 path : ${{ env.RIDL_ROOT }}
8181 ref : ${{ env.X11_BRANCH }}
8282 - name : checkout axcioma
83- uses : actions/checkout@v6
83+ uses : actions/checkout@v7
8484 with :
8585 repository : RemedyIT/taox11
8686 path : ${{ env.TAOX11_ROOT }}
You can’t perform that action at this time.
0 commit comments