Skip to content

Commit 0245b63

Browse files
authored
Merge pull request #2460 from DOCGroup/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 7a37b53 + 319d927 commit 0245b63

7 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
CXX: ${{ matrix.CXX }}
3737
steps:
3838
- name: checkout ACE/TAO
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040
- name: checkout MPC
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
with:
4343
repository: DOCGroup/MPC
4444
path: ${{ env.MPC_ROOT }}

.github/workflows/face.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
CXX: ${{ matrix.CXX }}
3535
steps:
3636
- name: checkout ACE/TAO
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838
- name: checkout MPC
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040
with:
4141
repository: DOCGroup/MPC
4242
path: ${{ env.MPC_ROOT }}

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: checkout ACE/TAO
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
- name: Run fuzz
2828
run: |
2929
perl ${env:ACE_ROOT}/bin/fuzz.pl

.github/workflows/linux-container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
MPC_ROOT: ${{ github.workspace }}/MPC
2727
steps:
2828
- name: Checkout ACE_TAO
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
- name: Checkout MPC
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
with:
3333
repository: DOCGroup/MPC
3434
path: ${{ env.MPC_ROOT }}

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ jobs:
143143
CXX: ${{ matrix.CXX }}
144144
steps:
145145
- name: Checkout ACE_TAO
146-
uses: actions/checkout@v4
146+
uses: actions/checkout@v5
147147
- name: Checkout MPC
148-
uses: actions/checkout@v4
148+
uses: actions/checkout@v5
149149
with:
150150
repository: DOCGroup/MPC
151151
path: ${{ env.MPC_ROOT }}

.github/workflows/macosx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
MPC_ROOT: ${{ github.workspace }}/MPC
3131
steps:
3232
- name: checkout ACE/TAO
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
- name: checkout MPC
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
repository: DOCGroup/MPC
3838
path: ${{ env.MPC_ROOT }}

.github/workflows/windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ jobs:
101101
VCPKG_INSTALLED_DIR: ${{ github.workspace }}/vcpkg_installed
102102
steps:
103103
- name: checkout ACE/TAO
104-
uses: actions/checkout@v4
104+
uses: actions/checkout@v5
105105
- name: checkout MPC
106-
uses: actions/checkout@v4
106+
uses: actions/checkout@v5
107107
with:
108108
repository: DOCGroup/MPC
109109
path: ${{ env.MPC_ROOT }}
@@ -170,9 +170,9 @@ jobs:
170170
MPC_ROOT: ${{ github.workspace }}/MPC
171171
steps:
172172
- name: checkout ACE/TAO
173-
uses: actions/checkout@v4
173+
uses: actions/checkout@v5
174174
- name: checkout MPC
175-
uses: actions/checkout@v4
175+
uses: actions/checkout@v5
176176
with:
177177
repository: DOCGroup/MPC
178178
path: ${{ env.MPC_ROOT }}

0 commit comments

Comments
 (0)