From 8db1873c59c48c723d4b800ae1c2f3a0a8cac26a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 04:42:55 +0000 Subject: [PATCH] Bump gittools/actions from 4.5.0 to 4.7.0 Bumps [gittools/actions](https://github.com/gittools/actions) from 4.5.0 to 4.7.0. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v4.5.0...v4.7.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet-desktop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 64f5cdb..a0146e2 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -69,11 +69,11 @@ jobs: - uses: actions/setup-dotnet@v5 with: dotnet-version: 10.0.x - - uses: gittools/actions/gitversion/setup@v4.5.0 + - uses: gittools/actions/gitversion/setup@v4.7.0 with: versionSpec: "6.x" - id: gitversion - uses: gittools/actions/gitversion/execute@v4.5.0 + uses: gittools/actions/gitversion/execute@v4.7.0 - run: | dotnet publish VdLabel -c Release -o publish --sc ${{ matrix.self }} ` -p:PublishSingleFile=${{ matrix.self }} `