From 721df3c725605cd2ab9bfbd1b1be3094adf7570e Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Mon, 17 Nov 2025 18:10:10 +0300 Subject: [PATCH] revert to gittools/actions 4.1.0 --- .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 5d10b0f0..d6e1b79e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: driver: docker-container - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.2.0 + uses: gittools/actions/gitversion/setup@v4.1.0 with: versionSpec: "6.1.0" @@ -48,7 +48,7 @@ jobs: - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v4.2.0 + uses: gittools/actions/gitversion/execute@v4.1.0 with: useConfigFile: true configFilePath: ci/git-version.yml