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