From 3d4b4208ec9ea6bdc58994489206ab23ed1ada2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 11:04:05 +0000 Subject: [PATCH] Bump gittools/actions from 4.1.0 to 4.2.0 in the actions group Bumps the actions group with 1 update: [gittools/actions](https://github.com/gittools/actions). Updates `gittools/actions` from 4.1.0 to 4.2.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.1.0...v4.2.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index fa5fc974..19440d21 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -18,12 +18,12 @@ jobs: with: fetch-depth: 0 - name: Setup GitVersion - uses: gittools/actions/gitversion/setup@v4.1.0 + uses: gittools/actions/gitversion/setup@v4.2.0 with: versionSpec: 6.x - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v4.1.0 + uses: gittools/actions/gitversion/execute@v4.2.0 - name: Display GitVersion outputs run: | echo "Version: ${{ steps.gitversion.outputs.MajorMinorPatch }}"