diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 3e788e4..7c4d3ad 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -62,14 +62,14 @@ jobs: dotnet-version: "9.x" - name: tools - gitversion - install - uses: gittools/actions/gitversion/setup@v3.2.1 + uses: gittools/actions/gitversion/setup@v4.0.0 with: versionSpec: "5.x" preferLatestVersion: true - name: gitversion - execute id: gitversion - uses: gittools/actions/gitversion/execute@v3.2.1 + uses: gittools/actions/gitversion/execute@v4.0.0 with: useConfigFile: true configFilePath: GitVersion.yaml