Browse Source

Upgrade checkout action to avoid deprecation

* `Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, actions/cache, actions/upload-artifact, actions/cache, actions/checkout`

Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
V3.0
Douglas Camata 3 years ago
parent
commit
75f8abf03d
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -10,7 +10,7 @@ jobs:
name: Build name: Build
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Cache west modules - name: Cache west modules
uses: actions/cache@v3 uses: actions/cache@v3
env: env:

Loading…
Cancel
Save