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: |