From 88ed637f97e8dda55e9c321d274aaebb7efecb0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 04:06:03 +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 c904292..1e17c0d 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.1.1 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.1.1 - name: Build with dotnet run: dotnet build --configuration Release - name: Pack nuget