From 958551b0cfd8fc6744c4e2e6ab35efef03682c81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 07:04:41 +0000 Subject: [PATCH] Bump gittools/actions from 3.2.1 to 4.0.1 Bumps [gittools/actions](https://github.com/gittools/actions) from 3.2.1 to 4.0.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.2.1...v4.0.1) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.0.1 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 64b8a61..c5389c3 100644 --- a/.github/workflows/determine-version.yml +++ b/.github/workflows/determine-version.yml @@ -65,14 +65,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.1 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.1 with: useConfigFile: true configFilePath: ${{ inputs.config-file-path }}