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