Skip to content

Commit

Permalink
Fixing build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jakenuts committed Jan 1, 2024
1 parent 4239ca5 commit b2d5d88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
working-directory: src/
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
fetch-depth: 0 # Avoid shallow clone for Nerdbank.GitVersioning
filter: tree:0
# Avoid shallow clone for Nerdbank.GitVersioning
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit b2d5d88

Please sign in to comment.