From 677a39c369db37a3ab74a72e7f4a7ac1f31ab9e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:03:20 +0000 Subject: [PATCH] chore(deps): update gittools/actions action to v4 --- .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 f8a022b..ca87b70 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@v4.2.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@v4.2.0 - name: Build with dotnet run: dotnet build --configuration Release - name: Pack nuget