From fbb032bfc535e0ed3127c171d4236a97d51c16df Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 14 Dec 2020 21:31:09 -0800 Subject: yoe.yml: Use actions/checkout at v2 This ensures it picks latest v2 Signed-off-by: Khem Raj --- .github/workflows/yoe.yml | 4 +--- 1 file changed, 1 insertion(+), 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: push: branches: - master - - dunfell pull_request: branches: - master - - dunfell jobs: build: name: Yoe Build @@ -18,7 +16,7 @@ jobs: timeout-minutes: 720 steps: - name: Checkout - uses: actions/checkout@v2.3.2 + uses: actions/checkout@v2 with: fetch-depth: 0 submodules: recursive -- cgit v1.2.3-54-g00ecf