From 46b6cca7bab1eb677dff958c9eb605a98b3e894b Mon Sep 17 00:00:00 2001 From: Neil South Date: Thu, 25 Jul 2024 10:01:54 +0100 Subject: [PATCH] gitVersion update Signed-off-by: Neil South --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76beb7dd..7d7a36fe 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: - name: Install GitVersion uses: gittools/actions/gitversion/setup@v2.0.1 with: - versionSpec: '8.x' + versionSpec: '6.x' - name: Determine Version id: gitversion