From 4ea336480cd1a3ee9b320f4b25422fb14b015464 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 22:42:18 +0000 Subject: [PATCH] Bump gittools/actions/gitversion/setup from 4.4.2 to 4.5.0 Bumps [gittools/actions/gitversion/setup](https://github.com/gittools/actions) from 4.4.2 to 4.5.0. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/e0d584e657c606912e8fd522aeed29025975705f...bc6623af8fc07d5a8903052dd46da33403eec8e8) --- updated-dependencies: - dependency-name: gittools/actions/gitversion/setup dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-build.yml | 2 +- .github/workflows/release-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 18e9f6b..0bdb06c 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -24,7 +24,7 @@ jobs: dotnet-version: 9.0.x - name: Install GitVersion - uses: gittools/actions/gitversion/setup@e0d584e657c606912e8fd522aeed29025975705f # v4.4.2 + uses: gittools/actions/gitversion/setup@bc6623af8fc07d5a8903052dd46da33403eec8e8 # v4.5.0 with: versionSpec: '6.4.0' diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 330bdc5..ac8a0be 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -23,7 +23,7 @@ jobs: dotnet-version: 9.0.x - name: Install GitVersion - uses: gittools/actions/gitversion/setup@e0d584e657c606912e8fd522aeed29025975705f # v4.4.2 + uses: gittools/actions/gitversion/setup@bc6623af8fc07d5a8903052dd46da33403eec8e8 # v4.5.0 with: versionSpec: '6.4.0'