From 9b5e15c82224efe2f7daf39cf02658eb8082c5ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 20:35:25 +0000 Subject: [PATCH 1/2] Bump gittools/actions from 3 to 4 Bumps [gittools/actions](https://github.com/gittools/actions) from 3 to 4. - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](https://github.com/gittools/actions/compare/v3...v4) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 5aeade34d..78ad7edba 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -36,13 +36,13 @@ jobs: - name: Install .NET Core from global.json uses: actions/setup-dotnet@v5 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3 + uses: gittools/actions/gitversion/setup@v4 with: # v5.10.0 of GitVersion has a fix for incorrect versions when building tags. See https://github.com/GitTools/GitVersion/issues/2838 # It appears that the fix then had a regression in a later version, so locking in 5.10.0. See https://github.com/GitTools/GitVersion/issues/3351#issuecomment-1403657689 versionSpec: '5.10.0' - name: Determine Version - uses: gittools/actions/gitversion/execute@v3 + uses: gittools/actions/gitversion/execute@v4 with: useConfigFile: true - name: Display GitVersion variables (with prefix) From b61c660e9ad7b16dfe3dee7c873a3109f1cdfdd3 Mon Sep 17 00:00:00 2001 From: Taylor Southwick Date: Wed, 10 Dec 2025 13:52:49 -0800 Subject: [PATCH 2/2] Update GitVersion setup in package.yml Removed version specification for GitVersion in workflow. --- .github/workflows/package.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 78ad7edba..f1c29d83c 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -37,10 +37,6 @@ jobs: uses: actions/setup-dotnet@v5 - name: Install GitVersion uses: gittools/actions/gitversion/setup@v4 - with: - # v5.10.0 of GitVersion has a fix for incorrect versions when building tags. See https://github.com/GitTools/GitVersion/issues/2838 - # It appears that the fix then had a regression in a later version, so locking in 5.10.0. See https://github.com/GitTools/GitVersion/issues/3351#issuecomment-1403657689 - versionSpec: '5.10.0' - name: Determine Version uses: gittools/actions/gitversion/execute@v4 with: