summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-07 11:04:35 +0000
committerGitHub <noreply@github.com>2022-03-07 11:04:35 +0000
commit264cd1e8e9fef102bad306e2ea6372ea7b6fd8c8 (patch)
tree3cccae8fe9c310bae767eea94d59f5607b741d46 /.github
parent466542bd7d6d5b23783163fe420c2ea986734177 (diff)
downloadATCD-264cd1e8e9fef102bad306e2ea6372ea7b6fd8c8.tar.gz
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](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/face.yml4
-rw-r--r--.github/workflows/fuzz.yml2
-rw-r--r--.github/workflows/linux.yml4
-rw-r--r--.github/workflows/macosx.yml4
-rw-r--r--.github/workflows/windows.yml8
5 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/face.yml b/.github/workflows/face.yml
index dcc93e3f36c..f67073b9151 100644
--- a/.github/workflows/face.yml
+++ b/.github/workflows/face.yml
@@ -32,9 +32,9 @@ jobs:
CXX: ${{ matrix.CXX }}
steps:
- name: checkout ACE/TAO
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: checkout MPC
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: DOCGroup/MPC
path: ${{ env.MPC_ROOT }}
diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml
index cd6894af8aa..42002aeb592 100644
--- a/.github/workflows/fuzz.yml
+++ b/.github/workflows/fuzz.yml
@@ -20,7 +20,7 @@ jobs:
steps:
- name: checkout ACE/TAO
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Run fuzz
run: |
perl ${env:ACE_ROOT}/bin/fuzz.pl
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 4ff89e6e468..ebb7d62ca65 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -152,9 +152,9 @@ jobs:
CXX: ${{ matrix.CXX }}
steps:
- name: Checkout ACE_TAO
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Checkout MPC
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: DOCGroup/MPC
path: ${{ env.MPC_ROOT }}
diff --git a/.github/workflows/macosx.yml b/.github/workflows/macosx.yml
index c8600766218..f344f7d66c7 100644
--- a/.github/workflows/macosx.yml
+++ b/.github/workflows/macosx.yml
@@ -27,9 +27,9 @@ jobs:
MPC_ROOT: ${{ github.workspace }}/MPC
steps:
- name: checkout ACE/TAO
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: checkout MPC
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: DOCGroup/MPC
path: ${{ env.MPC_ROOT }}
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 058963749bf..95c6571d278 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -132,9 +132,9 @@ jobs:
ZLIB_LIBDIR: ${{ github.workspace }}/vcpkg/installed/${{ matrix.vcpkgarch }}/${{ matrix.vcpkglibdir }}
steps:
- name: checkout ACE/TAO
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: checkout MPC
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: DOCGroup/MPC
path: ${{ env.MPC_ROOT }}
@@ -199,9 +199,9 @@ jobs:
MPC_ROOT: ${{ github.workspace }}/MPC
steps:
- name: checkout ACE/TAO
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: checkout MPC
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: DOCGroup/MPC
path: ${{ env.MPC_ROOT }}