We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 083ac94 + 7b55f80 commit 0add518Copy full SHA for 0add518
1 file changed
.github/workflows/build.yml
@@ -37,22 +37,22 @@ jobs:
37
steps:
38
# Clone git repositories
39
- name: 'Checkout OpenDDW'
40
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
41
- name: 'Checkout MPC'
42
43
with:
44
repository: DOCGroup/MPC
45
path: MPC
46
fetch-depth: 1
47
- name: 'Checkout ACE_TAO'
48
49
50
repository: DOCGroup/ACE_TAO
51
ref: ace6tao2
52
path: ACE_TAO
53
54
- name: 'Checkout OpenDDS'
55
56
57
repository: OpenDDS/OpenDDS
58
ref: ${{ matrix.opendds_branch }}
0 commit comments