Skip to content

Commit bf90306

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be6d68b commit bf90306

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.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@v3
27+
uses: actions/checkout@v4
2828
- name: checkout ACE_TAO
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
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@v3
38+
uses: actions/checkout@v4
3939
- name: checkout ACE_TAO
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
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@v3
34+
uses: actions/checkout@v4
3535
- name: checkout ACE/TAO
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
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
@@ -70,9 +70,9 @@ jobs:
7070
VCPKG_INSTALLED_DIR: ${{ github.workspace }}/vcpkg_installed
7171
steps:
7272
- name: checkout MPC
73-
uses: actions/checkout@v3
73+
uses: actions/checkout@v4
7474
- name: checkout ACE_TAO
75-
uses: actions/checkout@v3
75+
uses: actions/checkout@v4
7676
with:
7777
repository: DOCGroup/ACE_TAO
7878
path: ${{ env.DOC_ROOT }}

0 commit comments

Comments
 (0)