From d2b2d55cc706ddd129ef85f287ca2bbd83e9ef28 Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 28 Oct 2022 17:38:53 +0100 Subject: [PATCH] ... --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a3e2951a..324efd10 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,8 +13,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - with: - fetch-depth: 2 - name: Set Up Cache uses: actions/cache@v2 @@ -48,7 +46,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 + with: + fetch-depth: 2 - name: Set Up Cache uses: actions/cache@v2