diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 8f5fbaef..5660290e 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -33,7 +33,9 @@ jobs: name: "Build Docker image" if: github.ref == 'refs/heads/master' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: "clean build artifacts" run: git clean -dfx - name: update dotnet core sdk