diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index c78beaf..4bb1883 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@v4.0.1 + uses: gittools/actions/gitversion/setup@v4.1.0 with: versionSpec: 6.x - name: Determine Version - uses: gittools/actions/gitversion/execute@v4.0.1 + uses: gittools/actions/gitversion/execute@v4.1.0 id: gitversion # step id used as reference for output values - name: Display GitVersion outputs run: |