From debf6fc5da4bde6642e83f29d98b364f932ac5ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 15:54:50 +0000 Subject: [PATCH] ci(deps): Bump gittools/actions/gitversion/setup from 4.5.0 to 4.7.0 Bumps [gittools/actions/gitversion/setup](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/bc6623af8fc07d5a8903052dd46da33403eec8e8...7417b1089e2c7de93510f1901d656ddf60bb024f) --- updated-dependencies: - dependency-name: gittools/actions/gitversion/setup dependency-version: 4.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 962192d..f9285ed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: fetch-tags: true - name: Install GitVersion ${{ env.GITVERSION }} - uses: gittools/actions/gitversion/setup@bc6623af8fc07d5a8903052dd46da33403eec8e8 #v4.5.0 + uses: gittools/actions/gitversion/setup@7417b1089e2c7de93510f1901d656ddf60bb024f #v4.7.0 with: versionSpec: ${{ env.GITVERSION }}