diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 545f992..72baf55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,13 +26,13 @@ jobs: dotnet-version: ${{ matrix.dotnet-version }} - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.3.3 + uses: gittools/actions/gitversion/setup@v4.4.2 with: versionSpec: '6.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v4.3.3 + uses: gittools/actions/gitversion/execute@v4.4.2 with: configFilePath: GitVersion.yml