From 3bd00b1ab7db4ca1ba7f95d905d92ad81def8ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 22:59:32 +0000 Subject: [PATCH] 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 188c890be..b4348e9dc 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@v4 - 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)