From d5bcc35daebf85e88a399c008fe523ceace6faa4 Mon Sep 17 00:00:00 2001 From: thefringeninja <495495+thefringeninja@users.noreply.github.com> Date: Thu, 2 May 2024 08:39:34 -0700 Subject: [PATCH] checkout v4 --- .github/workflows/base.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 2d2cdf7cd..372ae0413 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -21,10 +21,9 @@ jobs: name: EventStore.Client.${{ matrix.test }}/${{ matrix.os }}/${{ matrix.framework }}/${{ inputs.docker-tag }} steps: - name: Checkout - uses: actions/checkout@v3 - - shell: bash - run: | - git fetch --prune --unshallow + uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Pull EventStore Image shell: bash run: |