diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 665a4c766..26653ca0e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -383,7 +383,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 with: - fetch-depth: 100 + fetch-depth: 0 - name: Lint git commit uses: wagoid/commitlint-github-action@v2.1.1 @@ -417,7 +417,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 with: - fetch-depth: 200 + fetch-depth: 0 - name: Set git slug envs uses: rlespinasse/github-slug-action@3.1.0 @@ -460,7 +460,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 with: - fetch-depth: 200 + fetch-depth: 0 - name: Set git slug envs uses: rlespinasse/github-slug-action@3.1.0 @@ -508,7 +508,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 with: - fetch-depth: 200 + fetch-depth: 0 - name: Set git slug envs uses: rlespinasse/github-slug-action@3.1.0 @@ -556,7 +556,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 with: - fetch-depth: 200 + fetch-depth: 0 - name: Set git slug envs uses: rlespinasse/github-slug-action@3.1.0 @@ -625,7 +625,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 with: - fetch-depth: 200 + fetch-depth: 0 - name: Set git slug envs uses: rlespinasse/github-slug-action@3.1.0 @@ -687,7 +687,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 with: - fetch-depth: 200 + fetch-depth: 0 - name: Set git slug envs uses: rlespinasse/github-slug-action@3.1.0