From 5dd18ba9b4229a983726b0d50e5c4a9b89623a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 11:15:08 +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/publish.yaml | 4 ++-- .github/workflows/tests.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0d09537..8e2e20c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,13 +15,13 @@ jobs: fetch-depth: 0 # Fetch full git history for version calculation - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.2.0 + uses: gittools/actions/gitversion/setup@v4.3.0 with: versionSpec: "6.3.x" - name: Determine Version id: version_step # step id used as a reference for output values - uses: gittools/actions/gitversion/execute@v4.2.0 + uses: gittools/actions/gitversion/execute@v4.3.0 env: DOTNET_GITVERSION_TELEMETRY_OPTOUT: 1 with: diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 76daa1b..58cff35 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -26,13 +26,13 @@ jobs: fetch-depth: 0 # Fetch full git history for version calculation - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.2.0 + uses: gittools/actions/gitversion/setup@v4.3.0 with: versionSpec: "6.3.x" - name: Determine Version id: version_step # step id used as a reference for output values - uses: gittools/actions/gitversion/execute@v4.2.0 + uses: gittools/actions/gitversion/execute@v4.3.0 env: DOTNET_GITVERSION_TELEMETRY_OPTOUT: 1 with: