Skip to content

Commit fff90f3

Browse files
authored
Merge pull request #79 from DOCGroup/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 9270af6 + 8fb5b51 commit fff90f3

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

0 commit comments

Comments
 (0)