From 1d6d7c00e4b924a09465a91f6a4905bc39af6a5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 14:23:23 +0000 Subject: [PATCH] chore(deps): update gittools/actions action to v0.12.0 --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c640e8a..b698556 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -80,13 +80,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.11.0 + uses: gittools/actions/gitversion/setup@v0.12.0 with: versionSpec: '5.x' - name: GitVersion id: gitversion - uses: gittools/actions/gitversion/execute@v0.11.0 + uses: gittools/actions/gitversion/execute@v0.12.0 - name: Prepare id: prep