Skip to content

Commit

Permalink
Merge pull request #69 from DOCGroup/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
jwillemsen authored Sep 11, 2023
2 parents b85458b + b1de5ed commit 47a7350
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
XSC_ROOT: ${{ github.workspace }}/
steps:
- name: checkout XSC
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: checkout ACE/TAO
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: DOCGroup/ACE_TAO
path: ${{ env.DOC_ROOT }}
- name: checkout MPC
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: DOCGroup/MPC
path: ${{ env.MPC_ROOT }}
Expand Down

0 comments on commit 47a7350

Please sign in to comment.