From d2384a739facfa81430514bf69dc80bc50f8aa50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:03:04 +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 635e4e4..afe9a26 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