Skip to content

Commit

Permalink
CI: Update checkout action to V4
Browse files Browse the repository at this point in the history
Use last version of checkout action.

Signed-off-by: Arnaud Pouliquen <[email protected]>
  • Loading branch information
arnopo committed Oct 18, 2024
1 parent 2e6cef5 commit aa4040f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout open-amp
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout libmetal
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: OpenAMP/libmetal
path: libmetal
Expand Down

0 comments on commit aa4040f

Please sign in to comment.