Skip to content

Commit

Permalink
CI: update checkout action to V3
Browse files Browse the repository at this point in the history
Node.js 12 actions are deprecated. Use the checkout V3
action to use Node.js 16

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
  • Loading branch information
arnopo committed Jun 5, 2023
1 parent 1697a15 commit fe5ac7a
Showing 1 changed file with 2 additions and 2 deletions.
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@v2
uses: actions/checkout@v3
- name: Checkout libmetal
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: OpenAMP/libmetal
path: libmetal
Expand Down

0 comments on commit fe5ac7a

Please sign in to comment.