From 748ad736ff80461c42a5f0fe61818827f299b149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 05:38:04 +0000 Subject: [PATCH] chore(deps): bump gittools/actions in the all-dependencies group Bumps the all-dependencies group with 1 update: [gittools/actions](https://github.com/gittools/actions). Updates `gittools/actions` from 4.3.3 to 4.4.1 - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v4.3.3...v4.4.1) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index cd96e31..b834b76 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -52,14 +52,14 @@ jobs: dotnet-version: "9.x" - name: tools - gitversion - install - uses: gittools/actions/gitversion/setup@v4.3.3 + uses: gittools/actions/gitversion/setup@v4.4.1 with: versionSpec: "6.x" preferLatestVersion: true - name: gitversion - execute id: gitversion - uses: gittools/actions/gitversion/execute@v4.3.3 + uses: gittools/actions/gitversion/execute@v4.4.1 with: configFilePath: GitVersion.yaml