From 5d62cca9cd34915f32857a60d911b74dea1e52ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 16:16:44 +0000 Subject: [PATCH] Bump gittools/actions from 4.2.0 to 4.3.0 Bumps [gittools/actions](https://github.com/gittools/actions) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-nuget.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-nuget.yml b/.github/workflows/release-nuget.yml index 59fc55d..12a12ab 100644 --- a/.github/workflows/release-nuget.yml +++ b/.github/workflows/release-nuget.yml @@ -20,12 +20,12 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.2.0 + uses: gittools/actions/gitversion/setup@v4.3.0 with: versionSpec: '5.x' - name: Determine Version - uses: gittools/actions/gitversion/execute@v4.2.0 + uses: gittools/actions/gitversion/execute@v4.3.0 with: useConfigFile: true configFilePath: GitVersion.yml