From 24b07e6f7961434395b3bc7d35de29dae55c2578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 21:30:42 +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 3.2.1 to 4.0.0 - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](https://github.com/gittools/actions/compare/v3.2.1...v4.0.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major 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 3e788e4..7c4d3ad 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -62,14 +62,14 @@ jobs: dotnet-version: "9.x" - name: tools - gitversion - install - uses: gittools/actions/gitversion/setup@v3.2.1 + uses: gittools/actions/gitversion/setup@v4.0.0 with: versionSpec: "5.x" preferLatestVersion: true - name: gitversion - execute id: gitversion - uses: gittools/actions/gitversion/execute@v3.2.1 + uses: gittools/actions/gitversion/execute@v4.0.0 with: useConfigFile: true configFilePath: GitVersion.yaml