From 150d442a9b972638e596150ad50e3afd2257463a Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Mon, 7 Nov 2022 14:50:55 +0100 Subject: [PATCH] ci: Bump actions/checkout to v3 This addresses warnings like: Node.js 12 actions are deprecated. [...] Please update the following actions to use Node.js 16: actions/checkout, actions/checkout Signed-off-by: Andrei Gherzan --- .github/workflows/compliance.yml | 4 ++-- .github/workflows/yocto-builds.yml | 2 +- .github/workflows/yocto-layer.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index cfba185..ec489f0 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Build a temporary DCO image @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Do reuse check diff --git a/.github/workflows/yocto-builds.yml b/.github/workflows/yocto-builds.yml index d237f0a..93f9f46 100644 --- a/.github/workflows/yocto-builds.yml +++ b/.github/workflows/yocto-builds.yml @@ -38,7 +38,7 @@ jobs: SSTATE_DIR: /var/lib/ci/yocto/sstate steps: - name: Checkout the code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Define Yocto build files diff --git a/.github/workflows/yocto-layer.yml b/.github/workflows/yocto-layer.yml index 63cb9e9..fa11815 100644 --- a/.github/workflows/yocto-layer.yml +++ b/.github/workflows/yocto-layer.yml @@ -15,7 +15,7 @@ jobs: runs-on: [self-hosted, Linux] steps: - name: Checkout the code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Define Yocto build files