summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Horman <horms@kernel.org>2022-10-21 17:09:59 +0200
committerSimon Horman <horms@kernel.org>2022-10-28 11:50:04 +0200
commitb0381b817910fcf1cd61c74458610d3ae6b153e5 (patch)
tree2b6030b2fee52d2a11cb2329ce7031a4eaa15bb6
parent834be38cc0444799dff4809f69d3eac5eeac9a63 (diff)
downloadkexec-tools-b0381b817910fcf1cd61c74458610d3ae6b153e5.tar.gz
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>
-rw-r--r--.github/workflows/build.yml2
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: