From 9415b103038bc3baf09d91b5644050875ee8e9be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 06:38:49 +0000 Subject: [PATCH] Update gittools/actions action to v0.10.2 --- .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 ec8f62e..0f997c0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -65,13 +65,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.9.10 + uses: gittools/actions/gitversion/setup@v0.10.2 with: versionSpec: '5.x' - name: GitVersion id: gitversion - uses: gittools/actions/gitversion/execute@v0.9.10 + uses: gittools/actions/gitversion/execute@v0.10.2 - name: Prepare id: prep