From ed6339fe21eadc0660114ba68da3e03dd74c25e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:48:03 +0000 Subject: [PATCH] Bump gittools/actions from 4.1.0 to 4.2.0 Bumps [gittools/actions](https://github.com/gittools/actions) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.2.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 9c03b81..51bd071 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.1.0 + uses: gittools/actions/gitversion/setup@v4.2.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.1.0 + uses: gittools/actions/gitversion/execute@v4.2.0 env: DOTNET_GITVERSION_TELEMETRY_OPTOUT: 1 with: diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index aa7fea8..479e4f9 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -19,13 +19,13 @@ jobs: fetch-depth: 0 # Fetch full git history for version calculation - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.1.0 + uses: gittools/actions/gitversion/setup@v4.2.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.1.0 + uses: gittools/actions/gitversion/execute@v4.2.0 env: DOTNET_GITVERSION_TELEMETRY_OPTOUT: 1 with: