diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 8a6329b..c3d7c81 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@v3.1.3 + uses: gittools/actions/gitversion/setup@v3.1.11 with: versionSpec: 5.x - name: Determine Version - uses: gittools/actions/gitversion/execute@v3.1.3 + uses: gittools/actions/gitversion/execute@v3.1.11 id: gitversion # step id used as reference for output values - name: Display GitVersion outputs run: |