diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index f41ab0f..60bea68 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -19,11 +19,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@v2.0.0 + uses: gittools/actions/gitversion/setup@v3.0.0 with: versionSpec: 5.x - name: Determine Version - uses: gittools/actions/gitversion/execute@v2.0.0 + uses: gittools/actions/gitversion/execute@v3.0.0 id: gitversion # step id used as reference for output values - name: Display GitVersion outputs run: |