From b0381b817910fcf1cd61c74458610d3ae6b153e5 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Fri, 21 Oct 2022 17:09:59 +0200 Subject: 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 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e554751e..4c6e9d73 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: -- cgit 1.2.3-korg