From f16f6a6f8c882ad5739c2f1d9305c1e93ebd91b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 18:57:45 +0000 Subject: [PATCH] chore(deps): update gittools/actions action to v3 --- .github/workflows/continuous-delivery-nuget.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-delivery-nuget.yml b/.github/workflows/continuous-delivery-nuget.yml index 2683a76..456eda0 100644 --- a/.github/workflows/continuous-delivery-nuget.yml +++ b/.github/workflows/continuous-delivery-nuget.yml @@ -17,12 +17,12 @@ jobs: with: global-json-file: "global.json" - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v1.2.0 + uses: gittools/actions/gitversion/setup@v3.0.0 with: versionSpec: "5.x" - name: Determine Version id: version # step id used as reference for output values - uses: gittools/actions/gitversion/execute@v1.2.0 + uses: gittools/actions/gitversion/execute@v3.0.0 - name: Build with dotnet run: dotnet build --configuration Release - name: Pack nuget