diff options
author | Simon Horman <horms@kernel.org> | 2022-10-21 17:09:59 +0200 |
---|---|---|
committer | Simon Horman <horms@kernel.org> | 2022-10-28 11:50:04 +0200 |
commit | b0381b817910fcf1cd61c74458610d3ae6b153e5 (patch) | |
tree | 2b6030b2fee52d2a11cb2329ce7031a4eaa15bb6 /.github | |
parent | 834be38cc0444799dff4809f69d3eac5eeac9a63 (diff) |
workflow: update to checkout@v3
Use to checkout@v3 instead of checkout@v2
as the latter uses Node.js 12 actions which are deprecated.
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
Signed-off-by: Simon Horman <horms@kernel.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e554751..4c6e9d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: libxen: libxen steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set Environment env: |