diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index fa5fc974..19440d21 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -18,12 +18,12 @@ jobs: with: fetch-depth: 0 - name: Setup GitVersion - uses: gittools/actions/gitversion/setup@v4.1.0 + uses: gittools/actions/gitversion/setup@v4.2.0 with: versionSpec: 6.x - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v4.1.0 + uses: gittools/actions/gitversion/execute@v4.2.0 - name: Display GitVersion outputs run: | echo "Version: ${{ steps.gitversion.outputs.MajorMinorPatch }}"