From 7a1cc4dae8cd484b61446044436e9c5c93767659 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 09:53:32 +0000 Subject: [PATCH] Bump gittools/actions from 4.0.0 to 4.1.0 Bumps [gittools/actions](https://github.com/gittools/actions) from 4.0.0 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.0...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/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 9f00c52..d985a25 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -24,13 +24,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.0.0 + uses: gittools/actions/gitversion/setup@v4.1.0 with: versionSpec: '6.3.x' - name: Determine Version id: version_step - uses: gittools/actions/gitversion/execute@v4.0.0 + uses: gittools/actions/gitversion/execute@v4.1.0 with: updateProjectFiles: true