From 6d6af2056aa50aef1e4ac419ab16e6989a30b5bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:30:21 +0100 Subject: [PATCH] Update gittools/actions action to v3.1.1 (#157) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b61425..cba1a8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,13 +18,13 @@ jobs: # Use GitVersion - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.0.3 + uses: gittools/actions/gitversion/setup@v3.1.1 with: versionSpec: '5.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v3.0.3 + uses: gittools/actions/gitversion/execute@v3.1.1 - name: Setup .NET uses: actions/setup-dotnet@v4