From dd5df7d35f4ec2c5df376e474db8d52d18d72f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 01:42:27 +0000 Subject: [PATCH] Bump gittools/actions/gitversion/setup from 4.5.0 to 4.7.0 Bumps [gittools/actions/gitversion/setup](https://github.com/gittools/actions) from 4.5.0 to 4.7.0. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/bc6623af8fc07d5a8903052dd46da33403eec8e8...7417b1089e2c7de93510f1901d656ddf60bb024f) --- updated-dependencies: - dependency-name: gittools/actions/gitversion/setup dependency-version: 4.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-build.yml | 4 ++-- .github/workflows/release-build.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index ad1ffc3..a7d2848 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -24,7 +24,7 @@ jobs: dotnet-version: 9.0.x - name: Install GitVersion - uses: gittools/actions/gitversion/setup@bc6623af8fc07d5a8903052dd46da33403eec8e8 # v4.5.0 + uses: gittools/actions/gitversion/setup@7417b1089e2c7de93510f1901d656ddf60bb024f # v4.7.0 with: versionSpec: '6.4.0' @@ -79,7 +79,7 @@ jobs: dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner - name: Install GitVersion - uses: gittools/actions/gitversion/setup@bc6623af8fc07d5a8903052dd46da33403eec8e8 # v4.5.0 + uses: gittools/actions/gitversion/setup@7417b1089e2c7de93510f1901d656ddf60bb024f # v4.7.0 with: versionSpec: '6.4.0' diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index c236146..f64a1d9 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -24,7 +24,7 @@ jobs: dotnet-version: 9.0.x - name: Install GitVersion - uses: gittools/actions/gitversion/setup@bc6623af8fc07d5a8903052dd46da33403eec8e8 # v4.5.0 + uses: gittools/actions/gitversion/setup@7417b1089e2c7de93510f1901d656ddf60bb024f # v4.7.0 with: versionSpec: '6.4.0'