From ed033a6c40809b4ec7c2f51dddd541431ce6117c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 07:25:26 +0000 Subject: [PATCH] Bump gittools/actions from 3.2.1 to 4.0.0 Bumps [gittools/actions](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/determine-version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/determine-version.yml b/.github/workflows/determine-version.yml index f5a6c15..bcee719 100644 --- a/.github/workflows/determine-version.yml +++ b/.github/workflows/determine-version.yml @@ -61,14 +61,14 @@ jobs: fetch-depth: 0 - name: 'Setup GitVersion ${{ env.git-version }}' - uses: gittools/actions/gitversion/setup@v3.2.1 + uses: gittools/actions/gitversion/setup@v4.0.0 with: versionSpec: ${{ inputs.gitversion-version }} preferLatestVersion: true - name: 'Determine version' id: gitversion - uses: gittools/actions/gitversion/execute@v3.2.1 + uses: gittools/actions/gitversion/execute@v4.0.0 with: useConfigFile: true configFilePath: ${{ inputs.config-file-path }}