Skip to content

Commit 0add518

Browse files
authored
Merge pull request #52 from OpenDDS/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 083ac94 + 7b55f80 commit 0add518

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,22 @@ jobs:
3737
steps:
3838
# Clone git repositories
3939
- name: 'Checkout OpenDDW'
40-
uses: actions/checkout@v6
40+
uses: actions/checkout@v7
4141
- name: 'Checkout MPC'
42-
uses: actions/checkout@v6
42+
uses: actions/checkout@v7
4343
with:
4444
repository: DOCGroup/MPC
4545
path: MPC
4646
fetch-depth: 1
4747
- name: 'Checkout ACE_TAO'
48-
uses: actions/checkout@v6
48+
uses: actions/checkout@v7
4949
with:
5050
repository: DOCGroup/ACE_TAO
5151
ref: ace6tao2
5252
path: ACE_TAO
5353
fetch-depth: 1
5454
- name: 'Checkout OpenDDS'
55-
uses: actions/checkout@v6
55+
uses: actions/checkout@v7
5656
with:
5757
repository: OpenDDS/OpenDDS
5858
ref: ${{ matrix.opendds_branch }}

0 commit comments

Comments
 (0)