From 6c0e646f63c67381af3b8470942ce35b52be368f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 15:22:29 +0000 Subject: [PATCH] Bump gittools/actions/gitversion/execute from 4.3.3 to 4.5.0 Bumps [gittools/actions/gitversion/execute](https://github.com/gittools/actions) from 4.3.3 to 4.5.0. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/71a79f7569b981036febd9ce5870f87e069928e7...bc6623af8fc07d5a8903052dd46da33403eec8e8) --- updated-dependencies: - dependency-name: gittools/actions/gitversion/execute 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 d6d72b6..679acfa 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -30,7 +30,7 @@ jobs: - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@71a79f7569b981036febd9ce5870f87e069928e7 # v4.3.3 + uses: gittools/actions/gitversion/execute@bc6623af8fc07d5a8903052dd46da33403eec8e8 # v4.5.0 - name: Restore Packages run: dotnet restore "${{ env.solution-path }}" diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index afd6936..c8f1692 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -29,7 +29,7 @@ jobs: - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@71a79f7569b981036febd9ce5870f87e069928e7 # v4.3.3 + uses: gittools/actions/gitversion/execute@bc6623af8fc07d5a8903052dd46da33403eec8e8 # v4.5.0 - name: Restore Packages run: dotnet restore "${{ env.solution-path }}"