From ea0c21104e40ec5563af3b87bc1c1bbb3cbfe3bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:01:02 +0000 Subject: [PATCH] chore(ci):(deps): Bump gittools/actions Bumps [gittools/actions](https://github.com/gittools/actions) from b3e1c2f9b6983393b289892d140d220011a58c4e to 24b8231712471cfe5d8082c1e483d31c36af9f8d. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/b3e1c2f9b6983393b289892d140d220011a58c4e...24b8231712471cfe5d8082c1e483d31c36af9f8d) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 24b8231712471cfe5d8082c1e483d31c36af9f8d dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f639c7..aeda122 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,13 +34,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion tool - uses: gittools/actions/gitversion/setup@b3e1c2f9b6983393b289892d140d220011a58c4e + uses: gittools/actions/gitversion/setup@24b8231712471cfe5d8082c1e483d31c36af9f8d with: versionSpec: '6.5.1' - name: Get semantic build version id: gitversion - uses: gittools/actions/gitversion/execute@b3e1c2f9b6983393b289892d140d220011a58c4e + uses: gittools/actions/gitversion/execute@24b8231712471cfe5d8082c1e483d31c36af9f8d with: configFilePath: GitVersion.yml disableShallowCloneCheck: true