From 2cb4b8b9d17ebcd51c4228f7de933f21db054c21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 11:13:58 +0000 Subject: [PATCH] Bump gittools/actions from 4.2.0 to 4.4.2 Bumps [gittools/actions](https://github.com/gittools/actions) from 4.2.0 to 4.4.2. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v4.2.0...v4.4.2) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.4.2 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..fc19804 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.4.2 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.4.2 env: DOTNET_GITVERSION_TELEMETRY_OPTOUT: 1 with: diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 76daa1b..a823ff8 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.4.2 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.4.2 env: DOTNET_GITVERSION_TELEMETRY_OPTOUT: 1 with: