From 48eaa679bd9da32b2d0c58b8723d0428a86d3fdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:52:19 +0000 Subject: [PATCH] chore(ci):(deps): Bump gittools/actions Bumps [gittools/actions](https://github.com/gittools/actions) from b3e1c2f9b6983393b289892d140d220011a58c4e to 81a97f75b28fce6ee0111cddaca857b6c494cb97. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/b3e1c2f9b6983393b289892d140d220011a58c4e...81a97f75b28fce6ee0111cddaca857b6c494cb97) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 81a97f75b28fce6ee0111cddaca857b6c494cb97 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..7d085a8 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@81a97f75b28fce6ee0111cddaca857b6c494cb97 with: versionSpec: '6.5.1' - name: Get semantic build version id: gitversion - uses: gittools/actions/gitversion/execute@b3e1c2f9b6983393b289892d140d220011a58c4e + uses: gittools/actions/gitversion/execute@81a97f75b28fce6ee0111cddaca857b6c494cb97 with: configFilePath: GitVersion.yml disableShallowCloneCheck: true