From 4379b725f282e8287d3ecb4aab290a8329fa0fa6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:48:20 +0100 Subject: [PATCH] Update gittools/actions action to v0.13.2 (#122) 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 0d59b19..5b8ad02 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@v0.12.0 + uses: gittools/actions/gitversion/setup@v0.13.2 with: versionSpec: '5.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v0.12.0 + uses: gittools/actions/gitversion/execute@v0.13.2 - name: Setup .NET uses: actions/setup-dotnet@v4