From 0758a955921f0d6acf6476b1aeff6b8447055405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 08:02:21 +0000 Subject: [PATCH] Bump gittools/actions from 4.0.1 to 4.1.0 Bumps [gittools/actions](https://github.com/gittools/actions) from 4.0.1 to 4.1.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/v4.0.1...v4.1.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 758484d1..ea777a3c 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@v4.0.1 + uses: gittools/actions/gitversion/setup@v4.1.0 with: versionSpec: ${{ inputs.gitversion-version }} preferLatestVersion: true - name: 'Determine version' id: gitversion - uses: gittools/actions/gitversion/execute@v4.0.1 + uses: gittools/actions/gitversion/execute@v4.1.0 with: configFilePath: ${{ inputs.config-file-path }}