From 67733482ec8c48eb9d3611bae6fb07d5a90ba7a5 Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Mon, 25 Nov 2024 08:26:39 +0200 Subject: [PATCH] minor fix --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ab2888b..72e88e0a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,12 +40,12 @@ jobs: fetch-depth: 0 # Required for GitVersion - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.0.1 + uses: gittools/actions/gitversion/setup@v3 with: versionSpec: '6.x' - name: Determine Version - uses: gittools/actions/gitversion/execute@v3.0.1 + uses: gittools/actions/gitversion/execute@v3 id: gitversion with: useConfigFile: true