From 021b7f557edaa0d102581438ab67500270f165d6 Mon Sep 17 00:00:00 2001 From: Neil South Date: Thu, 25 Jul 2024 09:57:32 +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 47ed9b25..5b9b35ac 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v0.10.2 + uses: gittools/actions/gitversion/execute@v2.0.1 with: useConfigFile: true updateAssemblyInfo: true