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