summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/fuzz.yml4
-rw-r--r--.github/workflows/linux.yml4
-rw-r--r--.github/workflows/macosx.yml4
-rw-r--r--.github/workflows/windows.yml4
4 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml
index 82dd9d80..5e2857c1 100644
--- a/.github/workflows/fuzz.yml
+++ b/.github/workflows/fuzz.yml
@@ -21,9 +21,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout MPC
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: checkout ACE_TAO
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: DOCGroup/ACE_TAO
path: ${{ env.DOC_ROOT }}
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 412382a9..c21de417 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -32,9 +32,9 @@ jobs:
CXX: ${{ matrix.CXX }}
steps:
- name: checkout MPC
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: checkout ACE_TAO
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: DOCGroup/ACE_TAO
path: ${{ env.DOC_ROOT }}
diff --git a/.github/workflows/macosx.yml b/.github/workflows/macosx.yml
index 1da403a9..fcdb8458 100644
--- a/.github/workflows/macosx.yml
+++ b/.github/workflows/macosx.yml
@@ -28,9 +28,9 @@ jobs:
MPC_ROOT: ${{ github.workspace }}/
steps:
- name: checkout MPC
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: checkout ACE/TAO
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: DOCGroup/ACE_TAO
path: ${{ env.DOC_ROOT }}
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 63725a2a..7307a29f 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -65,9 +65,9 @@ jobs:
ZLIB_LIBDIR: ${{ github.workspace }}/vcpkg/installed/${{ matrix.vcpkgarch }}/${{ matrix.vcpkglibdir }}
steps:
- name: checkout MPC
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: checkout ACE_TAO
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: DOCGroup/ACE_TAO
path: ${{ env.DOC_ROOT }}