From 508562405cf3fdba77b94f8462c8c67b8e1716d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 07:34:01 +0000 Subject: [PATCH] Bump gittools/actions from 3.0.0 to 3.0.1 Bumps [gittools/actions](https://github.com/gittools/actions) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-patch ... 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 239f908..4cebf59 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.0 # cSpell: ignore gittools + uses: gittools/actions/gitversion/setup@v3.0.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.0 + uses: gittools/actions/gitversion/execute@v3.0.1 with: useConfigFile: true configFilePath: gitversion.yml