From 18f878610ddb26c1d9a858da6ce42a71bb7577e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:04:43 +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.4.2 to 4.5.0 - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v4.4.2...v4.5.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.5.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 f854c2b..a9ea8e3 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.4.2 + uses: gittools/actions/gitversion/setup@v4.5.0 with: versionSpec: "6.x" preferLatestVersion: true - name: gitversion - execute id: gitversion - uses: gittools/actions/gitversion/execute@v4.4.2 + uses: gittools/actions/gitversion/execute@v4.5.0 with: configFilePath: GitVersion.yaml