From 06b153b0e0907a3bac3651b9d4fc6bedeeca2f8f Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Tue, 3 Mar 2020 14:08:59 +0100 Subject: [PATCH] ci: add missing v --- .github/workflows/nightly.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index de8c22924d..bdce1cf16e 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -8,7 +8,7 @@ jobs: nightly: runs-on: ubuntu-latest steps: - - uses: actions/checkout@2 + - uses: actions/checkout@v2 with: ref: 'refs/heads/dev' fetch-depth: 0 # All history @@ -50,7 +50,7 @@ jobs: nightly-next: runs-on: ubuntu-latest steps: - - uses: actions/checkout@2 + - uses: actions/checkout@v2 with: ref: 'refs/heads/next' fetch-depth: 0 # All history diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 615a683796..e566837505 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: node-version: ${{ matrix.node }} - name: checkout - uses: actions/checkout@2 + uses: actions/checkout@v2 with: fetch-depth: 0 # All history