diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 6cd1ffb3..9dc93c03 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -20,11 +20,11 @@ jobs: fetch-depth: 0 #fetch-depth is needed for GitVersion #Install and calculate the new version with GitVersion - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v1.2.0 + uses: gittools/actions/gitversion/setup@v2.0.0 with: versionSpec: 5.x - name: Determine Version - uses: gittools/actions/gitversion/execute@v1.2.0 + uses: gittools/actions/gitversion/execute@v2.0.0 id: gitversion # step id used as reference for output values - name: Display GitVersion outputs run: |