diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7edf912..aa63737 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,12 +22,12 @@ jobs: #Install and calculate the new version with GitVersion - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.0.3 + uses: gittools/actions/gitversion/setup@v3.0.4 with: versionSpec: 5.x - name: Determine Version - uses: gittools/actions/gitversion/execute@v3.0.3 + uses: gittools/actions/gitversion/execute@v3.0.4 id: gitversion # step id used as reference for output values - name: Display GitVersion outputs