From 10c01412389d17684928be11e5280e5d0ca36b3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:02:39 +0000 Subject: [PATCH] Bump gittools/actions/gitversion/execute from 4.5.0 to 4.7.0 Bumps [gittools/actions/gitversion/execute](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/execute 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 cd5f0ea..57ada53 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -30,7 +30,7 @@ jobs: - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@bc6623af8fc07d5a8903052dd46da33403eec8e8 # v4.5.0 + uses: gittools/actions/gitversion/execute@7417b1089e2c7de93510f1901d656ddf60bb024f # v4.7.0 - name: Restore Packages run: dotnet restore "${{ env.solution-path }}" @@ -79,7 +79,7 @@ jobs: - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@bc6623af8fc07d5a8903052dd46da33403eec8e8 # v4.5.0 + uses: gittools/actions/gitversion/execute@7417b1089e2c7de93510f1901d656ddf60bb024f # v4.7.0 - name: Build and analyze env: diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 98eb844..fc71559 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -29,7 +29,7 @@ jobs: - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@bc6623af8fc07d5a8903052dd46da33403eec8e8 # v4.5.0 + uses: gittools/actions/gitversion/execute@7417b1089e2c7de93510f1901d656ddf60bb024f # v4.7.0 - name: Restore Packages run: dotnet restore "${{ env.solution-path }}"