diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-12-14 21:31:09 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-12-14 21:34:59 -0800 |
| commit | fbb032bfc535e0ed3127c171d4236a97d51c16df (patch) | |
| tree | e5c608cb34f69f98239792be2018c1d5f5f0eb98 /.github/workflows | |
| parent | e1e452a8d4f5c3e34c56a35cd5556164acbdcf16 (diff) | |
| download | meta-clang-fbb032bfc535e0ed3127c171d4236a97d51c16df.tar.gz | |
yoe.yml: Use actions/checkout at v2
This ensures it picks latest v2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/yoe.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/yoe.yml b/.github/workflows/yoe.yml index 9700b73..222a8e0 100644 --- a/.github/workflows/yoe.yml +++ b/.github/workflows/yoe.yml | |||
| @@ -6,11 +6,9 @@ on: | |||
| 6 | push: | 6 | push: |
| 7 | branches: | 7 | branches: |
| 8 | - master | 8 | - master |
| 9 | - dunfell | ||
| 10 | pull_request: | 9 | pull_request: |
| 11 | branches: | 10 | branches: |
| 12 | - master | 11 | - master |
| 13 | - dunfell | ||
| 14 | jobs: | 12 | jobs: |
| 15 | build: | 13 | build: |
| 16 | name: Yoe Build | 14 | name: Yoe Build |
| @@ -18,7 +16,7 @@ jobs: | |||
| 18 | timeout-minutes: 720 | 16 | timeout-minutes: 720 |
| 19 | steps: | 17 | steps: |
| 20 | - name: Checkout | 18 | - name: Checkout |
| 21 | uses: actions/checkout@v2.3.2 | 19 | uses: actions/checkout@v2 |
| 22 | with: | 20 | with: |
| 23 | fetch-depth: 0 | 21 | fetch-depth: 0 |
| 24 | submodules: recursive | 22 | submodules: recursive |
