From f2512bd267e2e57f09c7a1b6a5a0ea09c6497e8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 01:04:49 +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.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 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 5252b809..9d43ac0e 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -49,14 +49,14 @@ jobs: dotnet-version: "10.x" - name: tools - gitversion - install - uses: gittools/actions/gitversion/setup@v4.2.0 + uses: gittools/actions/gitversion/setup@v4.3.0 with: versionSpec: "6.x" preferLatestVersion: true - name: gitversion - execute id: gitversion - uses: gittools/actions/gitversion/execute@v4.2.0 + uses: gittools/actions/gitversion/execute@v4.3.0 with: configFilePath: GitVersion.yaml