From 52aa8ff9248bf5a218e14867ef556be0413c6e14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:58:52 +0000 Subject: [PATCH] Bump gittools/actions from 3.0.3 to 3.1.1 Bumps [gittools/actions](https://github.com/gittools/actions) from 3.0.3 to 3.1.1. - [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.0.3...v3.1.1) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-push-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-push-release.yml b/.github/workflows/build-push-release.yml index 66278eb..007ae18 100644 --- a/.github/workflows/build-push-release.yml +++ b/.github/workflows/build-push-release.yml @@ -24,14 +24,14 @@ jobs: # Install GitVersion - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.0.3 # cSpell: ignore gittools + uses: gittools/actions/gitversion/setup@v3.1.1 # cSpell: ignore gittools with: versionSpec: "6.x" # Determine the version using GitVersion - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v3.0.3 + uses: gittools/actions/gitversion/execute@v3.1.1 with: useConfigFile: true configFilePath: gitversion.yml