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