Skip to content

Commit 47a7350

Browse files
authored
Merge pull request #69 from DOCGroup/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents b85458b + b1de5ed commit 47a7350

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
XSC_ROOT: ${{ github.workspace }}/
2828
steps:
2929
- name: checkout XSC
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
- name: checkout ACE/TAO
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
with:
3434
repository: DOCGroup/ACE_TAO
3535
path: ${{ env.DOC_ROOT }}
3636
- name: checkout MPC
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
repository: DOCGroup/MPC
4040
path: ${{ env.MPC_ROOT }}

0 commit comments

Comments
 (0)