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