Skip to content

Commit d4a7452

Browse files
authored
Merge pull request #80 from DOCGroup/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents fff90f3 + 8061135 commit d4a7452

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@v5
30+
uses: actions/checkout@v6
3131
- name: checkout ACE/TAO
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
with:
3434
repository: DOCGroup/ACE_TAO
3535
path: ${{ env.DOC_ROOT }}
3636
- name: checkout MPC
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
with:
3939
repository: DOCGroup/MPC
4040
path: ${{ env.MPC_ROOT }}

0 commit comments

Comments
 (0)