diff --git a/.github/workflows/aspnetcore.yml b/.github/workflows/aspnetcore.yml index 18efbc26..ef397fe7 100644 --- a/.github/workflows/aspnetcore.yml +++ b/.github/workflows/aspnetcore.yml @@ -26,11 +26,11 @@ jobs: # install and calculate the new version with GitVersion - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v1.2.0 + uses: gittools/actions/gitversion/setup@v3.0.0 with: versionSpec: '5.x' - name: Determine Version - uses: gittools/actions/gitversion/execute@v1.2.0 + uses: gittools/actions/gitversion/execute@v3.0.0 id: gitversion # step id used as reference for output values - name: Display GitVersion outputs run: |