From 637b5f5613d22e839f9c72618a23786c04f00d98 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 17 Dec 2024 07:00:46 +0000
Subject: [PATCH] chore(deps): bump gittools/actions from 0.9.13 to 3.1.1

Bumps [gittools/actions](https://github.com/gittools/actions) from 0.9.13 to 3.1.1.
- [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/v0.9.13...v3.1.1)

---
updated-dependencies:
- dependency-name: gittools/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cb78590..d79fb4d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -50,12 +50,12 @@ jobs:
           atlas-version
 
       - name: Install GitVersion
-        uses: gittools/actions/gitversion/setup@v0.9.13
+        uses: gittools/actions/gitversion/setup@v3.1.1
         with:
           versionSpec: '5.x'
 
       - name: Call GitVersion
-        uses: gittools/actions/gitversion/execute@v0.9.13
+        uses: gittools/actions/gitversion/execute@v3.1.1
 
       - name: Determine Version
         id: git-version