Skip to content

Commit 921ae44

Browse files
authored
Merge pull request #248 from DOCGroup/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 34dc70c + 8a13a7e commit 921ae44

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
CXX: ${{ matrix.CXX }}
3838
steps:
3939
- name: checkout MPC
40-
uses: actions/checkout@v6
40+
uses: actions/checkout@v7
4141
- name: checkout ACE_TAO
42-
uses: actions/checkout@v6
42+
uses: actions/checkout@v7
4343
with:
4444
repository: DOCGroup/ACE_TAO
4545
path: ${{ env.DOC_ROOT }}

.github/workflows/fuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: checkout MPC
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828
- name: checkout ACE_TAO
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030
with:
3131
repository: DOCGroup/ACE_TAO
3232
path: ${{ env.DOC_ROOT }}

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
CXX: ${{ matrix.CXX }}
3636
steps:
3737
- name: checkout MPC
38-
uses: actions/checkout@v6
38+
uses: actions/checkout@v7
3939
- name: checkout ACE_TAO
40-
uses: actions/checkout@v6
40+
uses: actions/checkout@v7
4141
with:
4242
repository: DOCGroup/ACE_TAO
4343
path: ${{ env.DOC_ROOT }}

.github/workflows/macosx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
MPC_ROOT: ${{ github.workspace }}/
3232
steps:
3333
- name: checkout MPC
34-
uses: actions/checkout@v6
34+
uses: actions/checkout@v7
3535
- name: checkout ACE/TAO
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v7
3737
with:
3838
repository: DOCGroup/ACE_TAO
3939
path: ${{ env.DOC_ROOT }}

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
VCPKG_INSTALLED_DIR: ${{ github.workspace }}/vcpkg_installed
5555
steps:
5656
- name: checkout MPC
57-
uses: actions/checkout@v6
57+
uses: actions/checkout@v7
5858
- name: checkout ACE_TAO
59-
uses: actions/checkout@v6
59+
uses: actions/checkout@v7
6060
with:
6161
repository: DOCGroup/ACE_TAO
6262
path: ${{ env.DOC_ROOT }}

0 commit comments

Comments
 (0)