mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
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 <andrei@gherzan.com>
This commit is contained in:
parent
9a5e649422
commit
f581683ffc
4
.github/workflows/compliance.yml
vendored
4
.github/workflows/compliance.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the code
|
- name: Checkout the code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Build a temporary DCO image
|
- name: Build a temporary DCO image
|
||||||
|
@ -39,7 +39,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the code
|
- name: Checkout the code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Do reuse check
|
- name: Do reuse check
|
||||||
|
|
2
.github/workflows/yocto-builds.yml
vendored
2
.github/workflows/yocto-builds.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
SSTATE_DIR: /var/lib/ci/yocto/sstate
|
SSTATE_DIR: /var/lib/ci/yocto/sstate
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the code
|
- name: Checkout the code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Define Yocto build files
|
- name: Define Yocto build files
|
||||||
|
|
2
.github/workflows/yocto-layer.yml
vendored
2
.github/workflows/yocto-layer.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
runs-on: [self-hosted, Linux]
|
runs-on: [self-hosted, Linux]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the code
|
- name: Checkout the code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Define Yocto build files
|
- name: Define Yocto build files
|
||||||
|
|
Loading…
Reference in New Issue
Block a user