Skip to content

Commit 12981ba

Browse files
authored
Merge branch 'master' into jwi-adddel
2 parents a7f50bd + 0e427e6 commit 12981ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
XSC_ROOT: ${{ github.workspace }}/
2828
steps:
2929
- name: checkout XSC
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
- name: checkout ACE/TAO
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
with:
3434
repository: DOCGroup/ACE_TAO
3535
path: ${{ env.DOC_ROOT }}
3636
- name: checkout MPC
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
repository: DOCGroup/MPC
4040
path: ${{ env.MPC_ROOT }}

0 commit comments

Comments
 (0)