From b8b440468d6016bd55eacae85d269fd2444f6876 Mon Sep 17 00:00:00 2001 From: BDisp Date: Mon, 25 Nov 2024 12:11:09 +0000 Subject: [PATCH] Upgrade gittools/actions from 2 to 3. --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a484cdcfd..7bee22189 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,13 +19,13 @@ jobs: fetch-depth: 0 # fetch-depth is needed for GitVersion - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v2 + uses: gittools/actions/gitversion/setup@v3 with: versionSpec: '5.x' includePrerelease: true - name: Determine Version - uses: gittools/actions/gitversion/execute@v2 + uses: gittools/actions/gitversion/execute@v3 with: useConfigFile: true #additionalArguments: /b develop