summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Horman <horms@kernel.org>2024-02-02 09:44:09 +0100
committerSimon Horman <horms@kernel.org>2024-02-07 09:50:55 +0000
commit6ee2ac1bf7395a66c50365a329ae0a1519094c92 (patch)
tree7a775e8fe80b5ba0345019a02f9741e468a9122a
parent328de8e00e298f00d7ba6b25dc3950147e9642e6 (diff)
downloadkexec-tools-6ee2ac1bf7395a66c50365a329ae0a1519094c92.tar.gz
workflow: update to use checkout@v4
Update to use checkout@v4. This addresses the following warning that appears in GitHub runs: "Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. Link: https://github.com/horms/kexec-tools/actions/runs/7753454923 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 d0007f14..46edde66 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
libxen: libxen
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Set Environment
env: