Skip to content

Commit cc368bd

Browse files
authored
Merge branch 'master' into jwi-includeguard
2 parents 42a4c0b + f323d9c commit cc368bd

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)