From 5c3e12ea416301ba4f6b7e39314b62f9169b85bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 00:23:30 +0000 Subject: [PATCH] Update gittools/actions action to v0.13.6 --- .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 26ee51d..c6434b2 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.13.4 + uses: gittools/actions/gitversion/setup@v0.13.6 with: versionSpec: '5.x' - name: GitVersion id: gitversion - uses: gittools/actions/gitversion/execute@v0.13.4 + uses: gittools/actions/gitversion/execute@v0.13.6 - name: Prepare id: prep