diff --git a/.github/actions/sdk-update/action.yml b/.github/actions/sdk-update/action.yml index 8211a82c..13b2b016 100644 --- a/.github/actions/sdk-update/action.yml +++ b/.github/actions/sdk-update/action.yml @@ -5,21 +5,21 @@ runs: using: "composite" steps: - name: Setup .NET - uses: actions/setup-dotnet@v4 - with: + uses: actions/setup-dotnet@v4 + with: dotnet-version: '8.0.300' - name: Setup GitVersion - uses: gittools/actions/gitversion/setup@v1.1.1 - with: + uses: gittools/actions/gitversion/setup@v1.1.1 + with: versionSpec: '5.10.3' - name: GitVersion - id: gitversion - uses: gittools/actions/gitversion/execute@v1.1.1 - with: + id: gitversion + uses: gittools/actions/gitversion/execute@v1.1.1 + with: useConfigFile: true configFilePath: build/gitversion.yml - name: Run Uno Sdk Updater - run: dotnet run -c Release --project tools/Uno.Sdk.Updater \ No newline at end of file + run: dotnet run -c Release --project tools/Uno.Sdk.Updater \ No newline at end of file