Skip to content

Commit 6bfeb32

Browse files
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- 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 68dfda9 commit 6bfeb32

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
@@ -21,9 +21,9 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: checkout MPC
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v3
2525
- name: checkout ACE_TAO
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v3
2727
with:
2828
repository: DOCGroup/ACE_TAO
2929
path: ${{ env.DOC_ROOT }}

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
CXX: ${{ matrix.CXX }}
3333
steps:
3434
- name: checkout MPC
35-
uses: actions/checkout@v2
35+
uses: actions/checkout@v3
3636
- name: checkout ACE_TAO
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v3
3838
with:
3939
repository: DOCGroup/ACE_TAO
4040
path: ${{ env.DOC_ROOT }}

.github/workflows/macosx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
MPC_ROOT: ${{ github.workspace }}/
2929
steps:
3030
- name: checkout MPC
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v3
3232
- name: checkout ACE/TAO
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v3
3434
with:
3535
repository: DOCGroup/ACE_TAO
3636
path: ${{ env.DOC_ROOT }}

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
ZLIB_LIBDIR: ${{ github.workspace }}/vcpkg/installed/${{ matrix.vcpkgarch }}/${{ matrix.vcpkglibdir }}
6666
steps:
6767
- name: checkout MPC
68-
uses: actions/checkout@v2
68+
uses: actions/checkout@v3
6969
- name: checkout ACE_TAO
70-
uses: actions/checkout@v2
70+
uses: actions/checkout@v3
7171
with:
7272
repository: DOCGroup/ACE_TAO
7373
path: ${{ env.DOC_ROOT }}

0 commit comments

Comments
 (0)