From a404208950b1bb8dfb1828d2159435f6c9c23995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Apr 2025 01:15:58 +0000 Subject: [PATCH] chore(deps): bump gittools/actions from 3.1 to 3.2 Bumps [gittools/actions](https://github.com/gittools/actions) from 3.1 to 3.2. - [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...v3.2) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: '3.2' dependency-type: direct:production update-type: version-update:semver-minor ... 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..be9e509f 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@v3.2 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@v3.2 with: useConfigFile: true