From 2845e16508c36f244ceed48d7ad5c4f7cc5e0927 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 18:53:43 +0000 Subject: [PATCH] Bump gittools/actions from 4.2.0 to 4.3.2 Bumps [gittools/actions](https://github.com/gittools/actions) from 4.2.0 to 4.3.2. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v4.2.0...v4.3.2) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-build.yml | 8 ++++---- .github/workflows/release-build.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 2fce8c6..cff6dfd 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -24,13 +24,13 @@ jobs: dotnet-version: 9.0.x - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.2.0 + uses: gittools/actions/gitversion/setup@v4.3.2 with: versionSpec: '6.4.0' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v4.2.0 + uses: gittools/actions/gitversion/execute@v4.3.2 - name: Restore Packages run: dotnet restore "${{ env.solution-path }}" @@ -79,13 +79,13 @@ jobs: dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.2.0 + uses: gittools/actions/gitversion/setup@v4.3.2 with: versionSpec: '6.4.0' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v4.2.0 + uses: gittools/actions/gitversion/execute@v4.3.2 - name: Build and analyze env: diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 8c9fb6f..26e3aa1 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -23,13 +23,13 @@ jobs: dotnet-version: 9.0.x - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.2.0 + uses: gittools/actions/gitversion/setup@v4.3.2 with: versionSpec: '6.4.0' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v4.2.0 + uses: gittools/actions/gitversion/execute@v4.3.2 - name: Restore Packages run: dotnet restore "${{ env.solution-path }}"