From b3bf0055af32e03ad99e93a3a5d10f6082bf4970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Jul 2025 01:03:32 +0000 Subject: [PATCH] chore(deps): bump gittools/actions from 3.1 to 4.0 Bumps [gittools/actions](https://github.com/gittools/actions) from 3.1 to 4.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.1...v4.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: '4.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/azure-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-release.yml b/.github/workflows/azure-release.yml index 269269ce..59e04e13 100644 --- a/.github/workflows/azure-release.yml +++ b/.github/workflows/azure-release.yml @@ -36,7 +36,7 @@ jobs: dotnet-version: ${{ env.DOTNET_CORE_VERSION }} - name: Setup GitVersion - uses: gittools/actions/gitversion/setup@v3.1 + uses: gittools/actions/gitversion/setup@v4.0 with: versionSpec: '5.x' @@ -50,7 +50,7 @@ jobs: - name: Run gitversion id: gitversion - uses: gittools/actions/gitversion/execute@v3.1 + uses: gittools/actions/gitversion/execute@v4.0 with: useConfigFile: true