diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 52261fc..0ecb3b3 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -24,13 +24,13 @@ jobs: dotnet-version: 8.0.x - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.0.1 + uses: gittools/actions/gitversion/setup@v3.0.3 with: versionSpec: '6.x' - name: Determine generated version number id: version_step # step id used as reference for output values - uses: gittools/actions/gitversion/execute@v3.0.1 + uses: gittools/actions/gitversion/execute@v3.0.3 - name: Determine version number to use run: |