From 4eeb7328d65a1c09dec503d2fffe8a6580c0be85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:10:03 +0000 Subject: [PATCH] Bump gittools/actions from 4.2.0 to 4.3.3 Bumps [gittools/actions](https://github.com/gittools/actions) from 4.2.0 to 4.3.3. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v4.2.0...v4.3.3) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.3.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 136c273c..ee21a1d9 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -43,12 +43,12 @@ jobs: run: dotnet tool run slopwatch analyze --fail-on error - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.2.0 + uses: gittools/actions/gitversion/setup@v4.3.3 with: versionSpec: '6.x' - name: Determine Version - uses: gittools/actions/gitversion/execute@v4.2.0 + uses: gittools/actions/gitversion/execute@v4.3.3 id: gitversion - name: Display GitVersion outputs