Skip to content

Commit

Permalink
checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
thefringeninja committed May 2, 2024
1 parent e0cfb47 commit d5bcc35
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d5bcc35

Please sign in to comment.